CloneSet1586


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

                // Set attributes only if there is a property and a value
                if ($options['attr'] !== NULL) {
                   $obj->$options['option.attr']=  $options['attr'];
                 }


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

                // Set disable only if it has a property and a value
                if ($options['disable'] !== NULL) {
                   $obj->$options['option.disable']=  $options['disable'];
                 }


Clone AbstractionParameter Count: 2Parameter Bindings

// Set attributes only if there is a property and a value
// Set disable only if it has a property and a value
if ($options[ [[#variable5265cd60]]] !== NULL) {
  $obj->$options[ [[#variable5265ccc0]]]=$options[ [[#variable5265cd60]]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5265cd60]]
'attr' 
12[[#5265cd60]]
'disable' 
21[[#5265ccc0]]
'option.attr' 
22[[#5265ccc0]]
'option.disable'