Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 8 | 2 | 0.980 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 63 | administrator/components/com_users/helpers/html/filter.php |
2 | 3 | 452 | libraries/joomla/access/access.php |
3 | 3 | 49 | libraries/joomla/html/html/access.php |
4 | 3 | 89 | libraries/joomla/html/html/access.php |
5 | 3 | 137 | libraries/joomla/html/html/access.php |
6 | 3 | 235 | libraries/joomla/html/html/access.php |
7 | 3 | 83 | libraries/joomla/html/html/list.php |
8 | 3 | 41 | libraries/joomla/html/parameter/element/sql.php |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return NULL; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return FALSE; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return NULL; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return NULL; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return NULL; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return FALSE; } |
| ||||
// Check for a database error. if ($db->getErrorNum()) { JError::raiseNotice(500, $db->getErrorMsg()); return FALSE; } |
| ||||
// Check for an error. if ($db->getErrorNum()) { JError::raiseWarning(500, $db->getErrorMsg()); return FALSE; } |
| |||
// Check for a database error. // Check for an error. if ($db->getErrorNum()) { JError:: [[#variable50a92aa0]](500,$db->getErrorMsg()); return [[#variable50a92c60]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50a92aa0]] | raiseNotice |
1 | 2 | [[#50a92aa0]] | raiseNotice |
1 | 3 | [[#50a92aa0]] | raiseWarning |
1 | 4 | [[#50a92aa0]] | raiseNotice |
1 | 5 | [[#50a92aa0]] | raiseNotice |
1 | 6 | [[#50a92aa0]] | raiseNotice |
1 | 7 | [[#50a92aa0]] | raiseNotice |
1 | 8 | [[#50a92aa0]] | raiseNotice |
2 | 1 | [[#50a92c60]] | FALSE |
2 | 2 | [[#50a92c60]] | NULL |
2 | 3 | [[#50a92c60]] | FALSE |
2 | 4 | [[#50a92c60]] | FALSE |
2 | 5 | [[#50a92c60]] | FALSE |
2 | 6 | [[#50a92c60]] | NULL |
2 | 7 | [[#50a92c60]] | NULL |
2 | 8 | [[#50a92c60]] | NULL |