CloneSet931


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1459
libraries/joomla/updater/adapters/collection.php
2410
libraries/joomla/updater/adapters/extension.php
3469
libraries/joomla/updater/update.php
Clone Instance
1
Line Count
4
Source Line
59
Source File
libraries/joomla/updater/adapters/collection.php

                array_push($this->_stack ,$name);
                $tag=  $this->_getStackLocation();
                // reset the data
                eval ('$this->'
                      .          $tag
                      .                '->_data = "";');


Clone Instance
2
Line Count
4
Source Line
10
Source File
libraries/joomla/updater/adapters/extension.php

                array_push($this->_stack ,$name);
                $tag=  $this->_getStackLocation();
                // reset the data
                eval ('$this->'
                      .          $tag
                      .                '->_data = "";');


Clone Instance
3
Line Count
4
Source Line
69
Source File
libraries/joomla/updater/update.php

                array_push($this->_stack ,$name);
                $tag=  $this->_getStackLocation();
                // reset the data
                eval ('$this->'
                      .          $tag
                      .                '->_data = "";');


Clone AbstractionParameter Count: 0Parameter Bindings

array_push($this->_stack ,$name);
$tag=$this->_getStackLocation();
// reset the data
eval ('$this->'
      . $tag
      . '->_data = "";');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None