CloneSet526


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3540.968statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1373
administrator/components/com_cache/controller.php
23206
administrator/components/com_modules/controller.php
34111
administrator/components/com_users/controllers/config.php
4373
administrator/components/com_weblinks/controllers/weblinks.php
54120
administrator/components/com_weblinks/controllers/weblinks.php
Clone Instance
1
Line Count
3
Source Line
73
Source File
administrator/components/com_cache/controller.php

                // Check for request forgeries
                JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'));

                $model=  $this->getModel('cache');


Clone Instance
2
Line Count
3
Source Line
206
Source File
administrator/components/com_modules/controller.php

                // Check for request forgeries
                JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'));

                $model=  $this->getModel('module');


Clone Instance
3
Line Count
4
Source Line
111
Source File
administrator/components/com_users/controllers/config.php

                // Check for request forgeries.
                JRequest::checkToken() or jexit(JText::_('JInvalid_Token'));

                // Save the configuration.
                $model=   &$this->getModel('Config');


Clone Instance
4
Line Count
3
Source Line
73
Source File
administrator/components/com_weblinks/controllers/weblinks.php

                JRequest::checkToken() or jExit(JText::_('JInvalid_Token'));

                $model=   &$this->getModel('Weblinks');


Clone Instance
5
Line Count
4
Source Line
120
Source File
administrator/components/com_weblinks/controllers/weblinks.php

                JRequest::checkToken() or jExit(JText::_('JInvalid_Token'));

                // Initialize variables.
                $model=   &$this->getModel('Weblink');


Clone AbstractionParameter Count: 4Parameter Bindings

// Check for request forgeries
// Check for request forgeries.
JRequest::checkToken() or [[#variable4f1fdf00]](JText::_( [[#variable4f1fdde0]]));
// Save the configuration.
// Initialize variables.
$model= [[#variable4f1fde40]]->getModel( [[#variable4f1fde20]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4f1fdf00]]
jexit 
12[[#4f1fdf00]]
jexit 
13[[#4f1fdf00]]
jexit 
14[[#4f1fdf00]]
jExit 
15[[#4f1fdf00]]
jExit 
21[[#4f1fdde0]]
'JINVALID_TOKEN' 
22[[#4f1fdde0]]
'JINVALID_TOKEN' 
23[[#4f1fdde0]]
'JInvalid_Token' 
24[[#4f1fdde0]]
'JInvalid_Token' 
25[[#4f1fdde0]]
'JInvalid_Token' 
31[[#4f1fde40]]
$this 
32[[#4f1fde40]]
$this 
33[[#4f1fde40]]
&$this 
34[[#4f1fde40]]
&$this 
35[[#4f1fde40]]
&$this 
41[[#4f1fde20]]
'cache' 
42[[#4f1fde20]]
'module' 
43[[#4f1fde20]]
'Config' 
44[[#4f1fde20]]
'Weblink' 
45[[#4f1fde20]]
'Weblinks'