Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 1 | 0.992 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 31 | administrator/components/com_users/controllers/level.json.php |
2 | 1 | 23 | installation/controllers/setup.json.php |
3 | 1 | 53 | installation/controllers/setup.json.php |
4 | 1 | 86 | 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::_('JInvalid_Token'), 403)); |
| ||||
// 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)); |
| ||||
// 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)); |
| ||||
// 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)); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#489c2820]] | 'Invalid_Token' |
1 | 2 | [[#489c2820]] | 'JInvalid_Token' |
1 | 3 | [[#489c2820]] | 'Invalid_Token' |
1 | 4 | [[#489c2820]] | 'Invalid_Token' |