CloneSet1554


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1651
administrator/modules/mod_menu/menu.php
26111
administrator/modules/mod_menu/menu.php
Clone Instance
1
Line Count
6
Source Line
51
Source File
administrator/modules/mod_menu/menu.php

                        foreach ($this->_current->getChildren() as $child)
                        {
                                $this->_current = & $child;
                                $this->renderLevel($depth ++);
                              }
                        echo "</ul>\n";


Clone Instance
2
Line Count
6
Source Line
111
Source File
administrator/modules/mod_menu/menu.php

                        foreach ($this->_current->getChildren() as $child)
                        {
                                $this->_current = & $child;
                                $this->renderLevel($depth ++);
                              }
                        echo "</ul>\n";


Clone AbstractionParameter Count: 0Parameter Bindings

foreach ($this->_current->getChildren() as $child) {
  $this->_current = &$child;
  $this->renderLevel($depth ++);
}
echo "</ul>\n";
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None