Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 555 | administrator/components/com_content/models/article.php |
2 | 11 | 635 | administrator/components/com_menus/models/item.php |
| ||||
// Check that the row actually exists if (!$table->load($pk)) { if ($error= $table->getError()) { // Fatal error $this->setError($error); return FALSE; } else { // Not fatal error $this->setError(JText::sprintf('Menus_Batch_Move_row_not_found', $pk)); continue; } } |
| ||||
// Check that the row actually exists if (!$table->load($pk)) { if ($error= $table->getError()) { // Fatal error $this->setError($error); return FALSE; } else { // Not fatal error $this->setError(JText::sprintf('Menus_Batch_Move_row_not_found', $pk)); continue; } } |
| |||
// Check that the row actually exists if (!$table->load($pk)) { if ($error=$table->getError()) { // Fatal error $this->setError($error); return FALSE; } else { // Not fatal error $this->setError(JText::sprintf('Menus_Batch_Move_row_not_found',$pk)); continue; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |