Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 21 | 2 | 0.955 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 139 | administrator/components/com_categories/controllers/categories.php |
2 | 3 | 179 | administrator/components/com_categories/controllers/category.php |
3 | 3 | 238 | administrator/components/com_categories/controllers/category.php |
4 | 3 | 100 | administrator/components/com_content/controllers/article.php |
5 | 3 | 139 | administrator/components/com_content/controllers/article.php |
6 | 3 | 178 | administrator/components/com_content/controllers/article.php |
7 | 3 | 255 | administrator/components/com_content/controllers/article.php |
8 | 3 | 97 | administrator/components/com_menus/controllers/item.php |
9 | 3 | 180 | administrator/components/com_menus/controllers/item.php |
10 | 3 | 242 | administrator/components/com_menus/controllers/item.php |
11 | 3 | 139 | administrator/components/com_menus/controllers/items.php |
12 | 3 | 244 | administrator/components/com_users/controllers/user.php |
13 | 3 | 80 | administrator/components/com_weblinks/controllers/weblink.php |
14 | 3 | 89 | administrator/components/com_weblinks/controllers/weblink.php |
15 | 3 | 124 | administrator/components/com_weblinks/controllers/weblink.php |
16 | 3 | 189 | administrator/components/com_weblinks/controllers/weblink.php |
17 | 3 | 197 | administrator/components/com_weblinks/controllers/weblink.php |
18 | 3 | 55 | administrator/components/com_weblinks/controllers/weblinks.php |
19 | 3 | 102 | administrator/components/com_weblinks/controllers/weblinks.php |
20 | 3 | 134 | administrator/components/com_weblinks/controllers/weblinks.php |
21 | 3 | 144 | components/com_users/controllers/user.php |
| ||||
// Reorder failed. $message= JText::sprintf('JError_Reorder_failed', $model->getError()); $this->setRedirect('index.php?option=com_categories&view=categories', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the item and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_categories&view=category&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the row and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_categories&view=category&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-out failed, go back to the list and display a notice. $message= JText::sprintf('JError_Checkout_failed', $model->getError()); $this->setRedirect('index.php?option=com_content&view=article&item_id=' . $id, $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the menu item and display a notice. $message= JText::sprintf('JError_Checkin_failed', $model->getError()); $this->setRedirect('index.php?option=com_content&view=article&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the item and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_content&view=article&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the row and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_content&view=article&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-out failed, go back to the list and display a notice. $message= JText::sprintf('JError_Checkout_failed', $model->getError()); $this->setRedirect('index.php?option=com_menus&view=item&item_id=' . $id, $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the item and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_menus&view=item&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the row and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_menus&view=item&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Reorder failed. $message= JText::sprintf('JError_Reorder_failed', $model->getError()); $this->setRedirect('index.php?option=com_menus&view=items', $message, 'error'); return FALSE; |
| ||||
// Batch operation failed, go back to the users list and display a notice. $message= JText::sprintf('USERS_USERS_BATCH_FAILED', $model->getError()); $this->setRedirect('index.php?option=com_users&view=users', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the weblink and display a notice. $message= JText::sprintf('JError_Checkin_failed', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblink&layout=edit', $message, 'error'); return FALSE; |
| ||||
// Check-out failed, go back to the list and display a notice. $message= JText::sprintf('JError_Checkout_failed', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblink&weblink_id=' . $weblinkId, $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the weblink and display a notice. $message= JText::sprintf('JError_Checkin_failed', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1', $message, 'error'); return FALSE; |
| ||||
// Save failed, go back to the weblink and display a notice. $message= JText::sprintf('JError_Save_failed', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1', $message, 'error'); return FALSE; |
| ||||
// Check-in failed, go back to the weblink and display a notice. $message= JText::sprintf('JError_Checkin_saved', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1', $message, 'error'); return FALSE; |
| ||||
$message= JText::sprintf('JError_Occurred', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblinks', $message, 'error'); return FALSE; |
| ||||
$message= JText::sprintf('JError_Occurred', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblinks', $message, 'error'); return FALSE; |
| ||||
// Move failed, go back to the weblink and display a notice. $message= JText::sprintf('JError_Reorder_failed', $model->getError()); $this->setRedirect('index.php?option=com_weblinks&view=weblinks', $message, 'error'); return FALSE; |
| ||||
// Redirect back to the registration form. $message= JText::sprintf('USERS REGISTRATION FAILED', $model->getError()); $this->setRedirect('index.php?option=com_users&view=registration', $message, 'error'); return FALSE; |
| |||
// Reorder failed. // Check-in failed, go back to the row and display a notice. // Check-in failed, go back to the menu item and display a notice. // Check-in failed, go back to the weblink and display a notice. // Check-out failed, go back to the list and display a notice. // Move failed, go back to the weblink and display a notice. // Batch operation failed, go back to the users list and display a notice. // Save failed, go back to the weblink and display a notice. // Redirect back to the registration form. // Check-in failed, go back to the item and display a notice. $message=JText::sprintf( [[#variable585abac0]],$model->getError()); $this->setRedirect( [[#variable523cc500]],$message,'error'); return FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#585abac0]] | 'JError_Reorder_failed' |
1 | 2 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 3 | [[#585abac0]] | 'JError_Occurred' |
1 | 4 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 5 | [[#585abac0]] | 'JError_Checkin_failed' |
1 | 6 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 7 | [[#585abac0]] | 'JError_Checkout_failed' |
1 | 8 | [[#585abac0]] | 'JError_Checkout_failed' |
1 | 9 | [[#585abac0]] | 'JError_Checkin_failed' |
1 | 10 | [[#585abac0]] | 'JError_Reorder_failed' |
1 | 11 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 12 | [[#585abac0]] | 'JError_Checkin_failed' |
1 | 13 | [[#585abac0]] | 'USERS_USERS_BATCH_FAILED' |
1 | 14 | [[#585abac0]] | 'JError_Save_failed' |
1 | 15 | [[#585abac0]] | 'USERS REGISTRATION FAILED' |
1 | 16 | [[#585abac0]] | 'JError_Checkout_failed' |
1 | 17 | [[#585abac0]] | 'JError_Reorder_failed' |
1 | 18 | [[#585abac0]] | 'JError_Occurred' |
1 | 19 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 20 | [[#585abac0]] | 'JError_Checkin_saved' |
1 | 21 | [[#585abac0]] | 'JError_Checkin_saved' |
2 | 1 | [[#523cc500]] | 'index.php?option=com_categories&view=categories' |
2 | 2 | [[#523cc500]] | 'index.php?option=com_categories&view=category&layout=edit' |
2 | 3 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 4 | [[#523cc500]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 5 | [[#523cc500]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 6 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1' |
2 | 7 | [[#523cc500]] | 'index.php?option=com_content&view=article&item_id=' . $id |
2 | 8 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblink&weblink_id=' . $weblinkId |
2 | 9 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblink&layout=edit' |
2 | 10 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 11 | [[#523cc500]] | 'index.php?option=com_menus&view=item&layout=edit' |
2 | 12 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1' |
2 | 13 | [[#523cc500]] | 'index.php?option=com_users&view=users' |
2 | 14 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblink&layout=edit&hidemainmenu=1' |
2 | 15 | [[#523cc500]] | 'index.php?option=com_users&view=registration' |
2 | 16 | [[#523cc500]] | 'index.php?option=com_menus&view=item&item_id=' . $id |
2 | 17 | [[#523cc500]] | 'index.php?option=com_menus&view=items' |
2 | 18 | [[#523cc500]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 19 | [[#523cc500]] | 'index.php?option=com_menus&view=item&layout=edit' |
2 | 20 | [[#523cc500]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 21 | [[#523cc500]] | 'index.php?option=com_categories&view=category&layout=edit' |