Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 317 | components/com_users/models/user.php |
2 | 2 | 491 | components/com_users/models/user.php |
| ||||
// Save the user to the database. if (!$user->save(TRUE)) { return new JException(JText::sprintf('USERS_USER_SAVE_FAILED', $user->getError()), 500); } |
| ||||
// Save the user to the database. if (!$user->save(TRUE)) { return new JException(JText::sprintf('USERS_USER_SAVE_FAILED', $user->getError()), 500); } |
| |||
// Save the user to the database. if (!$user->save(TRUE)) { return new JException(JText::sprintf('USERS_USER_SAVE_FAILED',$user->getError()),500); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |