Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.977 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 81 | administrator/components/com_categories/controllers/category.php |
2 | 1 | 80 | administrator/components/com_content/controllers/article.php |
3 | 1 | 81 | administrator/components/com_menus/controllers/item.php |
4 | 1 | 72 | administrator/components/com_menus/controllers/menu.php |
| ||||
// Get the id of the group to edit. $id= (empty($pks) ? JRequest::getInt('item_id') : (int) array_pop($pks)); |
| ||||
// Get the id of the group to edit. $id= (empty($ids) ? JRequest::getInt('article_id') : (int) array_pop($ids)); |
| ||||
// Get the id of the group to edit. $id= (empty($pks) ? JRequest::getInt('item_id') : (int) array_pop($pks)); |
| ||||
// Get the id of the group to edit. $id= (empty($ids) ? JRequest::getInt('menu_id') : (int) array_pop($ids)); |
| |||
// Get the id of the group to edit. $id=(empty( [[#variable3c60ec40]]) ? JRequest::getInt( [[#variable3c60ec80]]) : (int) array_pop( [[#variable3c60ec40]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c60ec40]] | $pks |
1 | 2 | [[#3c60ec40]] | $ids |
1 | 3 | [[#3c60ec40]] | $ids |
1 | 4 | [[#3c60ec40]] | $pks |
2 | 1 | [[#3c60ec80]] | 'item_id' |
2 | 2 | [[#3c60ec80]] | 'menu_id' |
2 | 3 | [[#3c60ec80]] | 'article_id' |
2 | 4 | [[#3c60ec80]] | 'item_id' |