CloneSet1448


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.976if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12887
libraries/joomla/form/form.php
22892
libraries/joomla/form/form.php
Clone Instance
1
Line Count
2
Source Line
887
Source File
libraries/joomla/form/form.php

                // Get the fieldset label.
                if ($xml->attributes('label')) {
                        $this->_fieldsets[$group]['label']=  $xml->attributes('label');
                      }


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

                // Get the fieldset description.
                if ($xml->attributes('description')) {
                        $this->_fieldsets[$group]['description']=  $xml->attributes('description');
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the fieldset label.
// Get the fieldset description.
if ($xml->attributes( [[#variable52653840]])) {
  $this->_fieldsets[$group][ [[#variable52653840]]]=$xml->attributes( [[#variable52653840]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52653840]]
'label' 
12[[#52653840]]
'description'