CloneSet421


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.996statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1756
administrator/components/com_users/views/groups/view.html.php
2756
administrator/components/com_users/views/levels/view.html.php
3768
administrator/components/com_users/views/users/view.html.php
Clone Instance
1
Line Count
7
Source Line
56
Source File
administrator/components/com_users/views/groups/view.html.php

                JToolBarHelper::deleteList('', 'group.delete');

                JToolBarHelper::divider();

                // We can't use the toolbar helper here because there is no generic popup button.
                $bar=  &JToolBar::getInstance('toolbar');
                $bar->appendButton('Popup', 'config', 'JToolbar_Options', 'index.php?option=com_users&view=config&tmpl=component', 570, 500);


Clone Instance
2
Line Count
7
Source Line
56
Source File
administrator/components/com_users/views/levels/view.html.php

                JToolBarHelper::deleteList('', 'level.delete');

                JToolBarHelper::divider();

                // We can't use the toolbar helper here because there is no generic popup button.
                $bar=  &JToolBar::getInstance('toolbar');
                $bar->appendButton('Popup', 'config', 'JToolbar_Options', 'index.php?option=com_users&view=config&tmpl=component', 570, 500);


Clone Instance
3
Line Count
7
Source Line
68
Source File
administrator/components/com_users/views/users/view.html.php

                JToolBarHelper::deleteList('', 'user.delete');

                JToolBarHelper::divider();

                // We can't use the toolbar helper here because there is no generic popup button.
                $bar=  &JToolBar::getInstance('toolbar');
                $bar->appendButton('Popup', 'config', 'JToolbar_Options', 'index.php?option=com_users&view=config&tmpl=component', 570, 500);


Clone AbstractionParameter Count: 1Parameter Bindings

JToolBarHelper::deleteList('', [[#variable4a29d740]]);
JToolBarHelper::divider();
// We can't use the toolbar helper here because there is no generic popup button.
$bar= &JToolBar::getInstance('toolbar');
$bar->appendButton('Popup','config','JToolbar_Options','index.php?option=com_users&view=config&tmpl=component',570,500);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4a29d740]]
'user.delete' 
12[[#4a29d740]]
'level.delete' 
13[[#4a29d740]]
'group.delete'