Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 211 | components/com_users/models/user.php |
2 | 3 | 307 | components/com_users/models/user.php |
3 | 3 | 412 | components/com_users/models/user.php |
4 | 3 | 474 | components/com_users/models/user.php |
| ||||
// Make sure the user isn't blocked. if ($user->block) { $this->setError(JText::_('USERS_USER_BLOCKED')); return FALSE; } |
| ||||
// Make sure the user isn't blocked. if ($user->block) { $this->setError(JText::_('USERS_USER_BLOCKED')); return FALSE; } |
| ||||
// Make sure the user isn't blocked. if ($user->block) { $this->setError(JText::_('USERS_USER_BLOCKED')); return FALSE; } |
| ||||
// Make sure the user isn't blocked. if ($user->block) { $this->setError(JText::_('USERS_USER_BLOCKED')); return FALSE; } |
| |||
// Make sure the user isn't blocked. if ($user->block) { $this->setError(JText::_('USERS_USER_BLOCKED')); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |