CloneSet1170


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1663
administrator/components/com_users/models/config.php
24105
administrator/components/com_users/models/config.php
Clone Instance
1
Line Count
6
Source Line
63
Source File
administrator/components/com_users/models/config.php

                // Get a component row object.
                $table=  & JTable::getInstance('component');

                // Load the component data.
                if (!$table->loadByOption('com_users')) {
                        $this->setError($table->getError());
                        return FALSE;
                      }


Clone Instance
2
Line Count
4
Source Line
105
Source File
administrator/components/com_users/models/config.php

                // Load the component configuration fields.
                $table=  &JTable::getInstance('component');
                if (!$table->loadByOption('com_users')) {
                        $this->setError($table->getError());
                        return FALSE;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Load the component configuration fields.
// Get a component row object.
$table= &JTable::getInstance('component');
// Load the component data.
if (!$table->loadByOption('com_users')) {
  $this->setError($table->getError());
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None