Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.987 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 100 | libraries/joomla/html/html/select.php |
2 | 3 | 362 | libraries/joomla/html/html/select.php |
3 | 3 | 453 | libraries/joomla/html/html/select.php |
| ||||
$options['option.key']= $optKey; $options['option.text']= $optText; $options['list.select']= $selected; |
| ||||
// Get options from the parameters $options['option.key']= $optKey; $options['option.text']= $optText; $options['disable']= $disable; |
| ||||
// Get options from the parameters $options['option.key']= $optKey; $options['option.text']= $optText; $options['list.select']= $selected; |
| |||
// Get options from the parameters $options['option.key']=$optKey; $options['option.text']=$optText; $options[ [[#variable4c5ea940]]]= [[#variable2518bba0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c5ea940]] | 'list.select' |
1 | 2 | [[#4c5ea940]] | 'disable' |
1 | 3 | [[#4c5ea940]] | 'list.select' |
2 | 1 | [[#2518bba0]] | $selected |
2 | 2 | [[#2518bba0]] | $disable |
2 | 3 | [[#2518bba0]] | $selected |