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.969 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 489 | libraries/joomla/html/html/select.php |
2 | 2 | 492 | libraries/joomla/html/html/select.php |
3 | 2 | 495 | 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[ [[#variable225913c0]]])) { [[#variable22591360]]=$element->$options[ [[#variable225913c0]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#225913c0]] | 'option.label' |
1 | 2 | [[#225913c0]] | 'option.attr' |
1 | 3 | [[#225913c0]] | 'option.id' |
2 | 1 | [[#22591360]] | $label |
2 | 2 | [[#22591360]] | $attr |
2 | 3 | [[#22591360]] | $id |