Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 42 | administrator/components/com_banners/elements/bannerclient.php |
2 | 1 | 36 | administrator/components/com_contact/elements/contact.php |
3 | 1 | 52 | administrator/components/com_newsfeeds/elements/newsfeed.php |
4 | 1 | 41 | libraries/joomla/html/parameter/element/radio.php |
| ||||
return JHtml::_('select.genericlist', $options, '' . $control_name . '[' . $name . ']', 'class="inputbox"', 'cid', 'name', $value, $control_name . $name); |
| ||||
return JHtml::_('select.genericlist', $options, '' . $control_name . '[' . $name . ']', 'class="inputbox"', 'id', 'text', $value, $control_name . $name); |
| ||||
return JHtml::_('select.genericlist', $options, '' . $control_name . '[' . $name . ']', 'class="inputbox"', 'id', 'text', $value, $control_name . $name); |
| ||||
return JHtml::_('select.radiolist', $options, '' . $control_name . '[' . $name . ']', '', 'value', 'text', $value, $control_name . $name); |
| |||
return JHtml::_( [[#variable51265900]],$options,'' . $control_name . '[' . $name . ']', [[#variable51265840]], [[#variable512657a0]], [[#variable51265740]],$value,$control_name . $name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51265900]] | 'select.genericlist' |
1 | 2 | [[#51265900]] | 'select.radiolist' |
1 | 3 | [[#51265900]] | 'select.genericlist' |
1 | 4 | [[#51265900]] | 'select.genericlist' |
2 | 1 | [[#51265840]] | 'class="inputbox"' |
2 | 2 | [[#51265840]] | '' |
2 | 3 | [[#51265840]] | 'class="inputbox"' |
2 | 4 | [[#51265840]] | 'class="inputbox"' |
3 | 1 | [[#512657a0]] | 'id' |
3 | 2 | [[#512657a0]] | 'value' |
3 | 3 | [[#512657a0]] | 'cid' |
3 | 4 | [[#512657a0]] | 'id' |
4 | 1 | [[#51265740]] | 'text' |
4 | 2 | [[#51265740]] | 'text' |
4 | 3 | [[#51265740]] | 'name' |
4 | 4 | [[#51265740]] | 'text' |