CloneSet1521


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12242
administrator/components/com_categories/models/category.php
22292
administrator/components/com_menus/models/item.php
Clone Instance
1
Line Count
2
Source Line
242
Source File
administrator/components/com_categories/models/category.php

                // Set the new parent id if set.
                if ($table->parent_id != $data['parent_id']) {
                        $table->setLocation($data['parent_id'], 'last-child');
                      }


Clone Instance
2
Line Count
2
Source Line
292
Source File
administrator/components/com_menus/models/item.php

                // Set the new parent id if set.
                if ($table->parent_id != $data['parent_id']) {
                        $table->setLocation($data['parent_id'], 'last-child');
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Set the new parent id if set.
if ($table->parent_id != $data['parent_id']) {
  $table->setLocation($data['parent_id'],'last-child');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None