Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 101 | administrator/components/com_categories/models/category.php |
2 | 2 | 107 | administrator/components/com_menus/models/item.php |
| ||||
$table->parent_id = $this->getState('category.parent_id'); $table->extension = $this->getState('category.extension'); |
| ||||
$table->parent_id = $this->getState('item.parent_id'); $table->menutype = $this->getState('item.menutype'); |
| |||
$table->parent_id =$this->getState( [[#variable5234d640]]); $table-> [[#variable5234cd40]]=$this->getState( [[#variable5234d6a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5234d640]] | 'item.parent_id' |
1 | 2 | [[#5234d640]] | 'category.parent_id' |
2 | 1 | [[#5234cd40]] | menutype |
2 | 2 | [[#5234cd40]] | extension |
3 | 1 | [[#5234d6a0]] | 'item.menutype' |
3 | 2 | [[#5234d6a0]] | 'category.extension' |