Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 88 | administrator/components/com_categories/models/category.php |
2 | 8 | 94 | administrator/components/com_menus/models/item.php |
| ||||
// Attempt to load the row. $table->load($pk); // Check for a table object error. if ($error= $table->getError()) { $this->setError($error); $false= FALSE; return $false; } |
| ||||
// Attempt to load the row. $table->load($pk); // Check for a table object error. if ($error= $table->getError()) { $this->setError($error); $false= FALSE; return $false; } |
| |||
// Attempt to load the row. $table->load($pk); // Check for a table object error. if ($error=$table->getError()) { $this->setError($error); $false=FALSE; return $false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |