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 | 200 | components/com_users/models/user.php |
2 | 2 | 401 | components/com_users/models/user.php |
| ||||
// Check for an error. if ($this->_db->getErrorNum()) { return new JException(JText::sprintf('USERS_DATABASE_ERROR', $this->_db->getErrorMsg()), 500); } |
| ||||
// Check for an error. if ($this->_db->getErrorNum()) { return new JException(JText::sprintf('USERS_DATABASE_ERROR', $this->_db->getErrorMsg()), 500); } |
| |||
// Check for an error. if ($this->_db->getErrorNum()) { return new JException(JText::sprintf('USERS_DATABASE_ERROR',$this->_db->getErrorMsg()),500); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |