Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.982 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 40 | administrator/components/com_banners/elements/bannerclient.php |
2 | 1 | 50 | administrator/components/com_newsfeeds/elements/newsfeed.php |
| ||||
array_unshift($options, JHtml::_('select.option', '0', '- ' . JText::_('Select Client') . ' -', 'cid', 'name')); |
| ||||
array_unshift($options, JHtml::_('select.option', '0', '- ' . JText::_('Select Feed') . ' -', 'id', 'text')); |
| |||
array_unshift($options,JHtml::_('select.option','0','- ' . JText::_( [[#variable3fc36aa0]]) . ' -', [[#variable3fc361e0]], [[#variable3fc36ae0]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3fc36aa0]] | 'Select Client' |
1 | 2 | [[#3fc36aa0]] | 'Select Feed' |
2 | 1 | [[#3fc361e0]] | 'cid' |
2 | 2 | [[#3fc361e0]] | 'id' |
3 | 1 | [[#3fc36ae0]] | 'name' |
3 | 2 | [[#3fc36ae0]] | 'text' |