Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 30 | components/com_users/controllers/reset.php |
2 | 3 | 95 | components/com_users/controllers/reset.php |
3 | 3 | 159 | components/com_users/controllers/reset.php |
4 | 3 | 29 | components/com_users/controllers/user.php |
5 | 3 | 166 | components/com_users/controllers/user.php |
| ||||
// Check the request token. JRequest::checkToken('post') or jexit(JText::_('INVALID_TOKEN')); $app= &JFactory::getApplication(); |
| ||||
// Check the request token. JRequest::checkToken('request') or jexit(JText::_('INVALID_TOKEN')); $app= &JFactory::getApplication(); |
| ||||
// Check the request token. JRequest::checkToken('post') or jexit(JText::_('INVALID_TOKEN')); $app= &JFactory::getApplication(); |
| ||||
JRequest::checkToken('post') or jexit(JText::_('JInvalid_Token')); $app= &JFactory::getApplication(); |
| ||||
// Check the request token. JRequest::checkToken('post') or jexit(JText::_('INVALID_TOKEN')); $app= &JFactory::getApplication(); |
| |||
// Check the request token. JRequest::checkToken( [[#variable5032d560]]) or jexit(JText::_( [[#variable5032d4c0]])); $app= &JFactory::getApplication(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5032d560]] | 'post' |
1 | 2 | [[#5032d560]] | 'post' |
1 | 3 | [[#5032d560]] | 'request' |
1 | 4 | [[#5032d560]] | 'post' |
1 | 5 | [[#5032d560]] | 'post' |
2 | 1 | [[#5032d4c0]] | 'JInvalid_Token' |
2 | 2 | [[#5032d4c0]] | 'INVALID_TOKEN' |
2 | 3 | [[#5032d4c0]] | 'INVALID_TOKEN' |
2 | 4 | [[#5032d4c0]] | 'INVALID_TOKEN' |
2 | 5 | [[#5032d4c0]] | 'INVALID_TOKEN' |