Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 231 | administrator/components/com_config/controllers/application.php |
2 | 9 | 270 | administrator/components/com_config/controllers/application.php |
3 | 9 | 89 | administrator/components/com_config/controllers/component.php |
4 | 9 | 137 | administrator/components/com_languages/admin.languages.php |
| ||||
// pre-save checks if (!$table->check()) { JError::raiseWarning(500, $table->getError()); return FALSE; } // save the changes if (!$table->store()) { JError::raiseWarning(500, $table->getError()); return FALSE; } |
| ||||
// pre-save checks if (!$table->check()) { JError::raiseWarning(500, $table->getError()); return FALSE; } // save the changes if (!$table->store()) { JError::raiseWarning(500, $table->getError()); return FALSE; } |
| ||||
// pre-save checks if (!$table->check()) { JError::raiseWarning(500, $table->getError()); return FALSE; } // save the changes if (!$table->store()) { JError::raiseWarning(500, $table->getError()); return FALSE; } |
| ||||
// pre-save checks if (!$table->check()) { JError::raiseWarning(500, $table->getError()); return FALSE; } // save the changes if (!$table->store()) { JError::raiseWarning(500, $table->getError()); return FALSE; } |
| |||
// pre-save checks if (!$table->check()) { JError::raiseWarning(500,$table->getError()); return FALSE; } // save the changes if (!$table->store()) { JError::raiseWarning(500,$table->getError()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |