Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 250 | administrator/components/com_categories/controllers/category.php |
2 | 2 | 254 | administrator/components/com_menus/controllers/item.php |
| ||||
// Set the row data in the session. $app->setUserState('com_categories.edit.category.id', $model->getState('category.id')); $app->setUserState('com_categories.edit.category.data', NULL); |
| ||||
// Set the row data in the session. $app->setUserState('com_menus.edit.item.id', $model->getState('item.id')); $app->setUserState('com_menus.edit.item.data', NULL); |
| |||
// Set the row data in the session. $app->setUserState( [[#variable5296e0a0]],$model->getState( [[#variable5296e040]])); $app->setUserState( [[#variable5296dfe0]],NULL); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5296e0a0]] | 'com_categories.edit.category.id' |
1 | 2 | [[#5296e0a0]] | 'com_menus.edit.item.id' |
2 | 1 | [[#5296e040]] | 'category.id' |
2 | 2 | [[#5296e040]] | 'item.id' |
3 | 1 | [[#5296dfe0]] | 'com_categories.edit.category.data' |
3 | 2 | [[#5296dfe0]] | 'com_menus.edit.item.data' |