CloneSet1476


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1464
libraries/joomla/cache/handler/output.php
2479
libraries/joomla/cache/handler/page.php
Clone Instance
1
Line Count
4
Source Line
64
Source File
libraries/joomla/cache/handler/output.php

                // Get id and group and reset them placeholders
                $id=              $this->_id;
                $group=   $this->_group;
                $this->_id =              NULL;
                $this->_group =   NULL;


Clone Instance
2
Line Count
4
Source Line
79
Source File
libraries/joomla/cache/handler/page.php

                // Get id and group and reset them placeholders
                $id=              $this->_id;
                $group=   $this->_group;
                $this->_id =              NULL;
                $this->_group =   NULL;


Clone AbstractionParameter Count: 0Parameter Bindings

// Get id and group and reset them placeholders
$id=$this->_id;
$group=$this->_group;
$this->_id =NULL;
$this->_group =NULL;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None