CloneSet1657


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.972statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12101
administrator/components/com_categories/models/category.php
22107
administrator/components/com_menus/models/item.php
Clone Instance
1
Line Count
2
Source Line
101
Source File
administrator/components/com_categories/models/category.php

                        $table->parent_id =       $this->getState('category.parent_id');
                        $table->extension =       $this->getState('category.extension');


Clone Instance
2
Line Count
2
Source Line
107
Source File
administrator/components/com_menus/models/item.php

                        $table->parent_id =       $this->getState('item.parent_id');
                        $table->menutype =        $this->getState('item.menutype');


Clone AbstractionParameter Count: 3Parameter Bindings

$table->parent_id =$this->getState( [[#variable5234d640]]);
$table-> [[#variable5234cd40]]=$this->getState( [[#variable5234d6a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5234d640]]
'item.parent_id' 
12[[#5234d640]]
'category.parent_id' 
21[[#5234cd40]]
menutype 
22[[#5234cd40]]
extension 
31[[#5234d6a0]]
'item.menutype' 
32[[#5234d6a0]]
'category.extension'