CloneSet1891


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.978if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12378
libraries/joomla/access/access.php
22193
libraries/joomla/database/table/usergroup.php
Clone Instance
1
Line Count
2
Source Line
378
Source File
libraries/joomla/access/access.php

                // If the section does not exist, throw an exception.
                if (empty($sectionId)) {
                        return new JException(JText::_('Access_Section_Invalid'));
                      }


Clone Instance
2
Line Count
2
Source Line
193
Source File
libraries/joomla/database/table/usergroup.php

                if (empty($ids)) {
                        return new JException(JText::_('Left-Right data inconsistency. Cannot delete category.'));
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// If the section does not exist, throw an exception.
if (empty( [[#variable3c3685a0]])) {
  return new JException(JText::_( [[#variable3c368540]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3c3685a0]]
$sectionId 
12[[#3c3685a0]]
$ids 
21[[#3c368540]]
'Access_Section_Invalid' 
22[[#3c368540]]
'Left-Right data inconsistency. Cannot delete category.'