Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 296 | administrator/components/com_users/models/user.php |
2 | 3 | 310 | administrator/components/com_users/models/user.php |
| ||||
if (!$result= $user->check()) { $this->setError($user->getErrorMsg()); return FALSE; } |
| ||||
// Store the data. if (!$result= $user->store()) { $this->setError($user->getErrorMsg()); return FALSE; } |
| |||
// Store the data. if (!$result=$user-> [[#variable522aaf80]]()) { $this->setError($user->getErrorMsg()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#522aaf80]] | check |
1 | 2 | [[#522aaf80]] | store |