CloneSet1221


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.969if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12489
libraries/joomla/html/html/select.php
22492
libraries/joomla/html/html/select.php
32495
libraries/joomla/html/html/select.php
Clone Instance
1
Line Count
2
Source Line
489
Source File
libraries/joomla/html/html/select.php

                                if ( isset ($element->$options['option.attr'])) {
                                        $attr=  $element->$options['option.attr'];
                                      }


Clone Instance
2
Line Count
2
Source Line
492
Source File
libraries/joomla/html/html/select.php

                                if ( isset ($element->$options['option.id'])) {
                                        $id=  $element->$options['option.id'];
                                      }


Clone Instance
3
Line Count
2
Source Line
495
Source File
libraries/joomla/html/html/select.php

                                if ( isset ($element->$options['option.label'])) {
                                        $label=  $element->$options['option.label'];
                                      }


Clone AbstractionParameter Count: 2Parameter Bindings

if ( isset ($element->$options[ [[#variable225913c0]]])) {
   [[#variable22591360]]=$element->$options[ [[#variable225913c0]]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#225913c0]]
'option.label' 
12[[#225913c0]]
'option.attr' 
13[[#225913c0]]
'option.id' 
21[[#22591360]]
$label 
22[[#22591360]]
$attr 
23[[#22591360]]
$id