Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 120 | components/com_users/controllers/reset.php |
2 | 2 | 133 | components/com_users/controllers/reset.php |
3 | 2 | 191 | components/com_users/controllers/user.php |
4 | 2 | 204 | components/com_users/controllers/user.php |
| ||||
// Go back to the confirm form. $this->setRedirect(JRoute::_($route, FALSE), $message, 'error'); return FALSE; |
| ||||
$this->setRedirect(JRoute::_($route, FALSE), $message, 'notice'); return FALSE; |
| ||||
// Go back to the complete form. $this->setRedirect(JRoute::_($route, FALSE), $message, 'error'); return FALSE; |
| ||||
$this->setRedirect(JRoute::_($route, FALSE), $message, 'notice'); return FALSE; |
| |||
// Go back to the complete form. // Go back to the confirm form. $this->setRedirect(JRoute::_($route,FALSE),$message, [[#variable20fab5e0]]); return FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20fab5e0]] | 'error' |
1 | 2 | [[#20fab5e0]] | 'notice' |
1 | 3 | [[#20fab5e0]] | 'notice' |
1 | 4 | [[#20fab5e0]] | 'error' |