Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 108 | components/com_users/controllers/reset.php |
2 | 4 | 179 | components/com_users/controllers/user.php |
| ||||
// Get the error message to display. if ($app->getCfg('error_reporting')) { $message= $return->getMessage(); } else { $message= JText::_('USERS_RESET_CONFIRM_ERROR'); } |
| ||||
// Get the error message to display. if ($app->getCfg('error_reporting')) { $message= $return->getMessage(); } else { $message= JText::_('USERS_REMIND_REQUEST_ERROR'); } |
| |||
// Get the error message to display. if ($app->getCfg('error_reporting')) { $message=$return->getMessage(); } else { $message=JText::_( [[#variable5887aa60]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5887aa60]] | 'USERS_RESET_CONFIRM_ERROR' |
1 | 2 | [[#5887aa60]] | 'USERS_REMIND_REQUEST_ERROR' |