Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 22 | administrator/modules/mod_menu/menu.php |
2 | 4 | 32 | libraries/joomla/base/tree.php |
| ||||
function __construct() { $this->_root = new JMenuNode('ROOT'); $this->_current = & $this->_root; } |
| ||||
function __construct() { $this->_root = new JNode('ROOT'); $this->_current = & $this->_root; } |
| |||
function __construct() { $this->_root =new [[#variable52214bc0]]('ROOT'); $this->_current = &$this->_root; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52214bc0]] | JMenuNode |
1 | 2 | [[#52214bc0]] | JNode |