Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 265 | administrator/components/com_categories/models/category.php |
2 | 6 | 315 | administrator/components/com_menus/models/item.php |
| ||||
// Rebuild the tree path. if (!$table->rebuildPath($table->id)) { $this->setError($table->getError()); return FALSE; } $this->setState('category.id', $table->id); |
| ||||
// Rebuild the tree path. if (!$table->rebuildPath($table->id)) { $this->setError($table->getError()); return FALSE; } $this->setState('item.id', $table->id); |
| |||
// Rebuild the tree path. if (!$table->rebuildPath($table->id)) { $this->setError($table->getError()); return FALSE; } $this->setState( [[#variable22e1f640]],$table->id); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22e1f640]] | 'item.id' |
1 | 2 | [[#22e1f640]] | 'category.id' |