Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 145 | administrator/components/com_categories/controllers/categories.php |
2 | 3 | 145 | administrator/components/com_menus/controllers/items.php |
3 | 3 | 249 | administrator/components/com_users/controllers/user.php |
4 | 3 | 60 | administrator/components/com_weblinks/controllers/weblinks.php |
5 | 3 | 140 | administrator/components/com_weblinks/controllers/weblinks.php |
| ||||
// Reorder succeeded. $message= JText::_('JSuccess_Item_reordered'); $this->setRedirect('index.php?option=com_categories&view=categories', $message); return TRUE; |
| ||||
// Reorder succeeded. $message= JText::_('JSuccess_Item_reordered'); $this->setRedirect('index.php?option=com_menus&view=items', $message); return TRUE; |
| ||||
$message= JText::_('USERS_USERS_BATCH_SUCCESS'); $this->setRedirect('index.php?option=com_users&view=users', $message); return TRUE; |
| ||||
$message= JText::_('JSuccess_N_items_deleted'); $this->setRedirect('index.php?option=com_weblinks&view=weblinks', $message); return TRUE; |
| ||||
// Move succeeded, go back to the weblink and display a message. $message= JText::_('JSuccess_Item_reordered'); $this->setRedirect('index.php?option=com_weblinks&view=weblinks', $message); return TRUE; |
| |||
// Reorder succeeded. // Move succeeded, go back to the weblink and display a message. $message=JText::_( [[#variable4ad9afe0]]); $this->setRedirect( [[#variable4ad9b020]],$message); return TRUE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ad9afe0]] | 'JSuccess_Item_reordered' |
1 | 2 | [[#4ad9afe0]] | 'JSuccess_Item_reordered' |
1 | 3 | [[#4ad9afe0]] | 'USERS_USERS_BATCH_SUCCESS' |
1 | 4 | [[#4ad9afe0]] | 'JSuccess_N_items_deleted' |
1 | 5 | [[#4ad9afe0]] | 'JSuccess_Item_reordered' |
2 | 1 | [[#4ad9b020]] | 'index.php?option=com_categories&view=categories' |
2 | 2 | [[#4ad9b020]] | 'index.php?option=com_menus&view=items' |
2 | 3 | [[#4ad9b020]] | 'index.php?option=com_users&view=users' |
2 | 4 | [[#4ad9b020]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 5 | [[#4ad9b020]] | 'index.php?option=com_weblinks&view=weblinks' |