Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 136 | administrator/components/com_users/models/user.php |
2 | 3 | 78 | components/com_users/models/profile.php |
3 | 3 | 128 | components/com_users/models/profile.php |
4 | 3 | 149 | components/com_users/models/profile.php |
5 | 3 | 71 | components/com_users/models/registration.php |
6 | 3 | 131 | components/com_users/models/registration.php |
| ||||
// Check for errors encountered while preparing the form. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| ||||
// Check for errors encountered while preparing the form. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| ||||
// Check for errors encountered while preparing the data. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| ||||
// Check for errors encountered while preparing the profile. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| ||||
// Check for errors encountered while preparing the form. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| ||||
// Check for errors encountered while preparing the data. if (count($results) && in_array(FALSE, $results, TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
| |||
// Check for errors encountered while preparing the form. // Check for errors encountered while preparing the data. // Check for errors encountered while preparing the profile. if (count($results) && in_array(FALSE,$results,TRUE)) { $this->setError($dispatcher->getError()); return $false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |