CloneSet1575


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.965statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1181
libraries/joomla/form/formfield.php
2198
libraries/joomla/form/formfield.php
Clone Instance
1
Line Count
1
Source Line
81
Source File
libraries/joomla/form/formfield.php

                // Set the required and validate options.
                $this->required =         ($xml->attributes('required') == 'true'
                                           ||                                        $xml->attributes('required') == 'required');


Clone Instance
2
Line Count
1
Source Line
98
Source File
libraries/joomla/form/formfield.php

                // Set the multiple values option.
                $this->multiple =         ($xml->attributes('multiple') == 'true'
                                           ||                                        $xml->attributes('multiple') == 'multiple');


Clone AbstractionParameter Count: 2Parameter Bindings

// Set the multiple values option.
// Set the required and validate options.
$this-> [[#variable513304a0]]=($xml->attributes( [[#variable51330440]]) == 'true'
                               || $xml->attributes( [[#variable51330440]]) == [[#variable51330440]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#513304a0]]
multiple 
12[[#513304a0]]
required 
21[[#51330440]]
'multiple' 
22[[#51330440]]
'required'