CloneSet1142


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

                // Rebuild the tree path.
                if (!$table->rebuildPath($table->id)) {
                        $this->setError($table->getError());
                        return FALSE;
                      }

                $this->setState('category.id', $table->id);


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

                // Rebuild the tree path.
                if (!$table->rebuildPath($table->id)) {
                        $this->setError($table->getError());
                        return FALSE;
                      }

                $this->setState('item.id', $table->id);


Clone AbstractionParameter Count: 1Parameter Bindings

// Rebuild the tree path.
if (!$table->rebuildPath($table->id)) {
  $this->setError($table->getError());
  return FALSE;
}
$this->setState( [[#variable22e1f640]],$table->id);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#22e1f640]]
'item.id' 
12[[#22e1f640]]
'category.id'