CloneSet1066


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

                // Attempt to load the row.
                $table->load($pk);

                // Check for a table object error.
                if ($error=  $table->getError())
                {
                        $this->setError($error);
                        $false=  FALSE;
                        return $false;
                      }


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

                // Attempt to load the row.
                $table->load($pk);

                // Check for a table object error.
                if ($error=  $table->getError())
                {
                        $this->setError($error);
                        $false=  FALSE;
                        return $false;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Attempt to load the row.
$table->load($pk);
// Check for a table object error.
if ($error=$table->getError()) {
  $this->setError($error);
  $false=FALSE;
  return $false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None