CloneSet702


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1410.992statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1131
administrator/components/com_users/controllers/level.json.php
2123
installation/controllers/setup.json.php
3153
installation/controllers/setup.json.php
4186
installation/controllers/setup.json.php
Clone Instance
1
Line Count
1
Source Line
31
Source File
administrator/components/com_users/controllers/level.json.php

                // Check for a valid token. If invalid, send a 403 with the error message.
                JRequest::checkToken('request') or $this->sendResponse(new JException(JText::_('JInvalid_Token'), 403));


Clone Instance
2
Line Count
1
Source Line
23
Source File
installation/controllers/setup.json.php

                // Check for a valid token. If invalid, send a 403 with the error message.
                JRequest::checkToken('request') or $this->sendResponse(new JException(JText::_('Invalid_Token'), 403));


Clone Instance
3
Line Count
1
Source Line
53
Source File
installation/controllers/setup.json.php

                // Check for a valid token. If invalid, send a 403 with the error message.
                JRequest::checkToken('request') or $this->sendResponse(new JException(JText::_('Invalid_Token'), 403));


Clone Instance
4
Line Count
1
Source Line
86
Source File
installation/controllers/setup.json.php

                // Check for a valid token. If invalid, send a 403 with the error message.
                JRequest::checkToken('request') or $this->sendResponse(new JException(JText::_('Invalid_Token'), 403));


Clone AbstractionParameter Count: 1Parameter Bindings

// Check for a valid token. If invalid, send a 403 with the error message.
JRequest::checkToken('request') or $this->sendResponse(new JException(JText::_( [[#variable489c2820]]),403));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#489c2820]]
'Invalid_Token' 
12[[#489c2820]]
'JInvalid_Token' 
13[[#489c2820]]
'Invalid_Token' 
14[[#489c2820]]
'Invalid_Token'