CloneSet2041


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1422
administrator/modules/mod_menu/menu.php
2432
libraries/joomla/base/tree.php
Clone Instance
1
Line Count
4
Source Line
22
Source File
administrator/modules/mod_menu/menu.php

        function __construct() {

                $this->_root = new JMenuNode('ROOT');
                $this->_current = & $this->_root;
              }


Clone Instance
2
Line Count
4
Source Line
32
Source File
libraries/joomla/base/tree.php

        function __construct() {

                $this->_root = new JNode('ROOT');
                $this->_current = & $this->_root;
              }


Clone AbstractionParameter Count: 1Parameter Bindings

function __construct() {
  $this->_root =new [[#variable52214bc0]]('ROOT');
  $this->_current = &$this->_root;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52214bc0]]
JMenuNode 
12[[#52214bc0]]
JNode