Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 174 | components/com_users/models/user.php |
2 | 5 | 267 | components/com_users/models/user.php |
| ||||
// Get the form. $form= &$this->getRemindForm(); // Check for an error. if (JError::isError($form)) { return $form; } |
| ||||
// Get the form. $form= &$this->getResetRequestForm(); // Check for an error. if (JError::isError($form)) { return $form; } |
| |||
// Get the form. $form= &$this-> [[#variable524515a0]](); // Check for an error. if (JError::isError($form)) { return $form; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#524515a0]] | getRemindForm |
1 | 2 | [[#524515a0]] | getResetRequestForm |