Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 378 | libraries/joomla/access/access.php |
2 | 2 | 193 | libraries/joomla/database/table/usergroup.php |
| ||||
// If the section does not exist, throw an exception. if (empty($sectionId)) { return new JException(JText::_('Access_Section_Invalid')); } |
| ||||
if (empty($ids)) { return new JException(JText::_('Left-Right data inconsistency. Cannot delete category.')); } |
| |||
// If the section does not exist, throw an exception. if (empty( [[#variable3c3685a0]])) { return new JException(JText::_( [[#variable3c368540]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c3685a0]] | $sectionId |
1 | 2 | [[#3c3685a0]] | $ids |
2 | 1 | [[#3c368540]] | 'Access_Section_Invalid' |
2 | 2 | [[#3c368540]] | 'Left-Right data inconsistency. Cannot delete category.' |