CloneSet1101


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.982statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1140
administrator/components/com_banners/elements/bannerclient.php
2150
administrator/components/com_newsfeeds/elements/newsfeed.php
Clone Instance
1
Line Count
1
Source Line
40
Source File
administrator/components/com_banners/elements/bannerclient.php

                array_unshift($options, JHtml::_('select.option', '0', '- '
                                                                       .    JText::_('Select Client')
                                                                       .                              ' -', 'cid', 'name'));


Clone Instance
2
Line Count
1
Source Line
50
Source File
administrator/components/com_newsfeeds/elements/newsfeed.php

                array_unshift($options, JHtml::_('select.option', '0', '- '
                                                                       .    JText::_('Select Feed')
                                                                       .                            ' -', 'id', 'text'));


Clone AbstractionParameter Count: 3Parameter Bindings

array_unshift($options,JHtml::_('select.option','0','- '
                                                    . JText::_( [[#variable3fc36aa0]])
                                                    . ' -', [[#variable3fc361e0]], [[#variable3fc36ae0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3fc36aa0]]
'Select Client' 
12[[#3fc36aa0]]
'Select Feed' 
21[[#3fc361e0]]
'cid' 
22[[#3fc361e0]]
'id' 
31[[#3fc36ae0]]
'name' 
32[[#3fc36ae0]]
'text'