Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.975 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 473 | libraries/joomla/html/html/select.php |
2 | 2 | 476 | libraries/joomla/html/html/select.php |
3 | 2 | 479 | libraries/joomla/html/html/select.php |
| ||||
if ( isset ($element[$options['option.attr']])) { $attr= $element[$options['option.attr']]; } |
| ||||
if ( isset ($element[$options['option.id']])) { $id= $element[$options['option.id']]; } |
| ||||
if ( isset ($element[$options['option.label']])) { $label= $element[$options['option.label']]; } |
| |||
if ( isset ($element[$options[ [[#variable23cf99e0]]]])) { [[#variable23cf9980]]=$element[$options[ [[#variable23cf99e0]]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23cf99e0]] | 'option.attr' |
1 | 2 | [[#23cf99e0]] | 'option.id' |
1 | 3 | [[#23cf99e0]] | 'option.label' |
2 | 1 | [[#23cf9980]] | $attr |
2 | 2 | [[#23cf9980]] | $id |
2 | 3 | [[#23cf9980]] | $label |