CloneSet1409


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15547
libraries/joomla/form/form.php
25699
libraries/joomla/form/form.php
Clone Instance
1
Line Count
5
Source Line
547
Source File
libraries/joomla/form/form.php

                $field=   &$this-> loadFieldType($type);

                // If the field could not be loaded, get a text field.
                if ($field === FALSE) {
                        $field=  &$this-> loadFieldType('text');
                      }


Clone Instance
2
Line Count
5
Source Line
699
Source File
libraries/joomla/form/form.php

                                // Load the field.
                                $field=  &$this->loadFieldType($type);

                                // If the field could not be loaded, get a text field.
                                if ($field === FALSE) {
                                        $field=  &$this->loadFieldType('text');
                                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Load the field.
$field= &$this->loadFieldType($type);
// If the field could not be loaded, get a text field.
if ($field === FALSE) {
  $field= &$this->loadFieldType('text');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None