Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 30 | 2 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 252 | administrator/components/com_categories/controllers/category.php |
2 | 4 | 262 | administrator/components/com_categories/controllers/category.php |
3 | 4 | 272 | administrator/components/com_categories/controllers/category.php |
4 | 4 | 59 | administrator/components/com_content/controllers/article.php |
5 | 4 | 146 | administrator/components/com_content/controllers/article.php |
6 | 4 | 268 | administrator/components/com_content/controllers/article.php |
7 | 4 | 277 | administrator/components/com_content/controllers/article.php |
8 | 4 | 286 | administrator/components/com_content/controllers/article.php |
9 | 4 | 256 | administrator/components/com_menus/controllers/item.php |
10 | 4 | 266 | administrator/components/com_menus/controllers/item.php |
11 | 4 | 276 | administrator/components/com_menus/controllers/item.php |
12 | 4 | 54 | administrator/components/com_menus/controllers/menu.php |
13 | 4 | 95 | administrator/components/com_menus/controllers/menu.php |
14 | 4 | 179 | administrator/components/com_menus/controllers/menu.php |
15 | 4 | 68 | administrator/components/com_redirect/controllers/link.php |
16 | 4 | 116 | administrator/components/com_redirect/controllers/link.php |
17 | 4 | 58 | administrator/components/com_users/controllers/group.php |
18 | 4 | 80 | administrator/components/com_users/controllers/group.php |
19 | 4 | 100 | administrator/components/com_users/controllers/group.php |
20 | 4 | 58 | administrator/components/com_users/controllers/level.php |
21 | 4 | 80 | administrator/components/com_users/controllers/level.php |
22 | 4 | 98 | administrator/components/com_users/controllers/level.php |
23 | 4 | 58 | administrator/components/com_users/controllers/user.php |
24 | 4 | 80 | administrator/components/com_users/controllers/user.php |
25 | 4 | 98 | administrator/components/com_users/controllers/user.php |
26 | 4 | 54 | administrator/components/com_weblinks/controllers/weblink.php |
27 | 2 | 132 | administrator/components/com_weblinks/controllers/weblink.php |
28 | 4 | 210 | administrator/components/com_weblinks/controllers/weblink.php |
29 | 4 | 219 | administrator/components/com_weblinks/controllers/weblink.php |
30 | 4 | 228 | administrator/components/com_weblinks/controllers/weblink.php |
| ||||
$app->setUserState('com_categories.edit.category.type', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_categories&view=category&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_categories.edit.category.type', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_categories&view=category&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_categories.edit.category.type', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_categories&view=categories', FALSE)); |
| ||||
$app->setUserState('com_content.edit.article.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_content&view=article&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_content.edit.article.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_content&view=articles', FALSE)); |
| ||||
$app->setUserState('com_content.edit.article.data', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_content&view=article&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_content.edit.article.data', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_content&view=article&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_content.edit.article.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_content&view=articles', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.item.type', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=item&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.item.type', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=item&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.item.type', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=items', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.menu.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=menu&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.menu.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=menus', FALSE)); |
| ||||
$app->setUserState('com_menus.edit.menu.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_menus&view=menus', FALSE)); |
| ||||
// Clear the link id from the session. $app->setUserState('redirect.edit.link.id', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1', FALSE)); |
| ||||
// Clear the link id from the session. $app->setUserState('redirect.edit.link.id', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_redirect&view=links', FALSE)); |
| ||||
$app->setUserState('com_users.edit.group.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=group&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.group.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=group&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.group.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=groups', FALSE)); |
| ||||
$app->setUserState('com_users.edit.level.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=level&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.level.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=level&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.level.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=levels', FALSE)); |
| ||||
$app->setUserState('com_users.edit.user.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=user&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.user.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=user&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_users.edit.user.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_users&view=users', FALSE)); |
| ||||
$app->setUserState('com_weblinks.edit.weblink.data', NULL); // Redirect to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_weblinks&view=weblink&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_weblinks.edit.weblink.data', NULL); $this->setRedirect(JRoute::_('index.php?option=com_weblinks&view=weblinks', FALSE)); |
| ||||
$app->setUserState('com_weblinks.edit.weblink.data', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_weblinks&view=weblink&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_weblinks.edit.weblink.data', NULL); // Redirect back to the edit screen. $this->setRedirect(JRoute::_('index.php?option=com_weblinks&view=weblink&layout=edit', FALSE)); |
| ||||
$app->setUserState('com_weblinks.edit.weblink.data', NULL); // Redirect to the list screen. $this->setRedirect(JRoute::_('index.php?option=com_weblinks&view=weblinks', FALSE)); |
| |||
// Clear the link id from the session. $app->setUserState( [[#variable52285d40]],NULL); // Redirect back to the edit screen. // Redirect to the edit screen. // Redirect to the list screen. $this->setRedirect(JRoute::_( [[#variable4cb5abc0]],FALSE)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52285d40]] | 'com_categories.edit.category.type' |
1 | 2 | [[#52285d40]] | 'com_content.edit.article.data' |
1 | 3 | [[#52285d40]] | 'com_weblinks.edit.weblink.data' |
1 | 4 | [[#52285d40]] | 'com_users.edit.user.data' |
1 | 5 | [[#52285d40]] | 'com_users.edit.level.data' |
1 | 6 | [[#52285d40]] | 'com_users.edit.group.data' |
1 | 7 | [[#52285d40]] | 'redirect.edit.link.id' |
1 | 8 | [[#52285d40]] | 'com_menus.edit.menu.data' |
1 | 9 | [[#52285d40]] | 'com_users.edit.user.data' |
1 | 10 | [[#52285d40]] | 'com_users.edit.level.data' |
1 | 11 | [[#52285d40]] | 'com_weblinks.edit.weblink.data' |
1 | 12 | [[#52285d40]] | 'com_users.edit.group.data' |
1 | 13 | [[#52285d40]] | 'redirect.edit.link.id' |
1 | 14 | [[#52285d40]] | 'com_menus.edit.menu.data' |
1 | 15 | [[#52285d40]] | 'com_content.edit.article.data' |
1 | 16 | [[#52285d40]] | 'com_menus.edit.item.type' |
1 | 17 | [[#52285d40]] | 'com_menus.edit.item.type' |
1 | 18 | [[#52285d40]] | 'com_categories.edit.category.type' |
1 | 19 | [[#52285d40]] | 'com_content.edit.article.data' |
1 | 20 | [[#52285d40]] | 'com_content.edit.article.data' |
1 | 21 | [[#52285d40]] | 'com_categories.edit.category.type' |
1 | 22 | [[#52285d40]] | 'com_weblinks.edit.weblink.data' |
1 | 23 | [[#52285d40]] | 'com_users.edit.user.data' |
1 | 24 | [[#52285d40]] | 'com_users.edit.group.data' |
1 | 25 | [[#52285d40]] | 'com_menus.edit.item.type' |
1 | 26 | [[#52285d40]] | 'com_weblinks.edit.weblink.data' |
1 | 27 | [[#52285d40]] | 'com_menus.edit.menu.data' |
1 | 28 | [[#52285d40]] | 'com_users.edit.level.data' |
1 | 29 | [[#52285d40]] | 'com_content.edit.article.data' |
1 | 30 | [[#52285d40]] | 'com_weblinks.edit.weblink.data' |
2 | 1 | [[#4cb5abc0]] | 'index.php?option=com_categories&view=category&layout=edit' |
2 | 2 | [[#4cb5abc0]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 3 | [[#4cb5abc0]] | 'index.php?option=com_weblinks&view=weblink&layout=edit' |
2 | 4 | [[#4cb5abc0]] | 'index.php?option=com_users&view=user&layout=edit' |
2 | 5 | [[#4cb5abc0]] | 'index.php?option=com_users&view=level&layout=edit' |
2 | 6 | [[#4cb5abc0]] | 'index.php?option=com_users&view=group&layout=edit' |
2 | 7 | [[#4cb5abc0]] | 'index.php?option=com_redirect&view=link&layout=edit&hidemainmenu=1' |
2 | 8 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=menu&layout=edit' |
2 | 9 | [[#4cb5abc0]] | 'index.php?option=com_users&view=users' |
2 | 10 | [[#4cb5abc0]] | 'index.php?option=com_users&view=levels' |
2 | 11 | [[#4cb5abc0]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 12 | [[#4cb5abc0]] | 'index.php?option=com_users&view=groups' |
2 | 13 | [[#4cb5abc0]] | 'index.php?option=com_redirect&view=links' |
2 | 14 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=menus' |
2 | 15 | [[#4cb5abc0]] | 'index.php?option=com_content&view=articles' |
2 | 16 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=item&layout=edit' |
2 | 17 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=items' |
2 | 18 | [[#4cb5abc0]] | 'index.php?option=com_categories&view=categories' |
2 | 19 | [[#4cb5abc0]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 20 | [[#4cb5abc0]] | 'index.php?option=com_content&view=article&layout=edit' |
2 | 21 | [[#4cb5abc0]] | 'index.php?option=com_categories&view=category&layout=edit' |
2 | 22 | [[#4cb5abc0]] | 'index.php?option=com_weblinks&view=weblink&layout=edit' |
2 | 23 | [[#4cb5abc0]] | 'index.php?option=com_users&view=user&layout=edit' |
2 | 24 | [[#4cb5abc0]] | 'index.php?option=com_users&view=group&layout=edit' |
2 | 25 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=item&layout=edit' |
2 | 26 | [[#4cb5abc0]] | 'index.php?option=com_weblinks&view=weblinks' |
2 | 27 | [[#4cb5abc0]] | 'index.php?option=com_menus&view=menus' |
2 | 28 | [[#4cb5abc0]] | 'index.php?option=com_users&view=level&layout=edit' |
2 | 29 | [[#4cb5abc0]] | 'index.php?option=com_content&view=articles' |
2 | 30 | [[#4cb5abc0]] | 'index.php?option=com_weblinks&view=weblink&layout=edit' |