CloneSet180


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11340.953statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1138
administrator/components/com_weblinks/models/fields/ordering.php
2156
libraries/joomla/form/fields/combo.php
3158
libraries/joomla/form/fields/combo.php
4159
libraries/joomla/form/fields/combo.php
5136
libraries/joomla/form/fields/file.php
6137
libraries/joomla/form/fields/file.php
7138
libraries/joomla/form/fields/file.php
8136
libraries/joomla/form/fields/hidden.php
9152
libraries/joomla/form/fields/media.php
10153
libraries/joomla/form/fields/media.php
11136
libraries/joomla/form/fields/password.php
12137
libraries/joomla/form/fields/password.php
13138
libraries/joomla/form/fields/textarea.php
Clone Instance
1
Line Count
1
Source Line
38
Source File
administrator/components/com_weblinks/models/fields/ordering.php

                $class=           $this->_element->attributes('class')
                ?                                                        'class="'
                                                                         .         $this->_element->attributes('class')
                                                                         .                                              '"'
                :                                                                                                             'class="inputbox"';


Clone Instance
2
Line Count
1
Source Line
56
Source File
libraries/joomla/form/fields/combo.php

                $size=            $this->_element->attributes('size')
                ?                                                       ' size="'
                                                                        .         $this->_element->attributes('size')
                                                                        .                                             '"'
                :                                                                                                           '';


Clone Instance
3
Line Count
1
Source Line
58
Source File
libraries/joomla/form/fields/combo.php

                $onchange=        $this->_element->attributes('onchange')
                ?                                                           ' onchange="'
                                                                            .             $this->_element->attributes('onchange')
                                                                            .                                                     '"'
                :                                                                                                                       '';


Clone Instance
4
Line Count
1
Source Line
59
Source File
libraries/joomla/form/fields/combo.php

                $class=           $this->_element->attributes('class')
                ?                                                        ' class="'
                                                                         .          $this->_element->attributes('class')
                                                                         .                                               '"'
                :                                                                                                              ' class="combobox"';


Clone Instance
5
Line Count
1
Source Line
36
Source File
libraries/joomla/form/fields/file.php

                $size=            $this->_element->attributes('size')
                ?                                                       ' size="'
                                                                        .         $this->_element->attributes('size')
                                                                        .                                             '"'
                :                                                                                                           '';


Clone Instance
6
Line Count
1
Source Line
37
Source File
libraries/joomla/form/fields/file.php

                $class=           $this->_element->attributes('class')
                ?                                                        'class="'
                                                                         .         $this->_element->attributes('class')
                                                                         .                                              '"'
                :                                                                                                             'class="text_area"';


Clone Instance
7
Line Count
1
Source Line
38
Source File
libraries/joomla/form/fields/file.php

                $onchange=        $this->_element->attributes('onchange')
                ?                                                           ' onchange="'
                                                                            .             $this->_element->attributes('onchange')
                                                                            .                                                     '"'
                :                                                                                                                       '';


Clone Instance
8
Line Count
1
Source Line
36
Source File
libraries/joomla/form/fields/hidden.php

                $class=   $this->_element->attributes('class')
                ?                                                'class="'
                                                                 .         $this->_element->attributes('class')
                                                                 .                                              '"'
                :                                                                                                     '';


Clone Instance
9
Line Count
1
Source Line
52
Source File
libraries/joomla/form/fields/media.php

                $size=    $this->_element->attributes('size')
                ?                                               'size="'
                                                                .        $this->_element->attributes('size')
                                                                .                                            '"'
                :                                                                                                  '';


Clone Instance
10
Line Count
1
Source Line
53
Source File
libraries/joomla/form/fields/media.php

                $class=   $this->_element->attributes('class')
                ?                                                'class="'
                                                                 .         $this->_element->attributes('class')
                                                                 .                                              '"'
                :                                                                                                     '';


Clone Instance
11
Line Count
1
Source Line
36
Source File
libraries/joomla/form/fields/password.php

                $size=    $this->_element->attributes('size')
                ?                                               'size="'
                                                                .        $this->_element->attributes('size')
                                                                .                                            '"'
                :                                                                                                  '';


Clone Instance
12
Line Count
1
Source Line
37
Source File
libraries/joomla/form/fields/password.php

                $class=   $this->_element->attributes('class')
                ?                                                'class="'
                                                                 .         $this->_element->attributes('class')
                                                                 .                                              '"'
                :                                                                                                     'class="text_area"';


Clone Instance
13
Line Count
1
Source Line
38
Source File
libraries/joomla/form/fields/textarea.php

                $class=   $this->_element->attributes('class')
                ?                                                'class="'
                                                                 .         $this->_element->attributes('class')
                                                                 .                                              '"'
                :                                                                                                     'class="text_area"';


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable3ec2df40]]=$this->_element->attributes( [[#variable3ec2df00]])
? [[#variable3ec2de40]]
 . $this->_element->attributes( [[#variable3ec2df00]])
 . '"'
: [[#variable3ec2dec0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ec2df40]]
$class 
12[[#3ec2df40]]
$size 
13[[#3ec2df40]]
$onchange 
14[[#3ec2df40]]
$class 
15[[#3ec2df40]]
$size 
16[[#3ec2df40]]
$class 
17[[#3ec2df40]]
$class 
18[[#3ec2df40]]
$class 
19[[#3ec2df40]]
$class 
110[[#3ec2df40]]
$size 
111[[#3ec2df40]]
$size 
112[[#3ec2df40]]
$onchange 
113[[#3ec2df40]]
$class 
21[[#3ec2df00]]
'class' 
22[[#3ec2df00]]
'size' 
23[[#3ec2df00]]
'onchange' 
24[[#3ec2df00]]
'class' 
25[[#3ec2df00]]
'size' 
26[[#3ec2df00]]
'class' 
27[[#3ec2df00]]
'class' 
28[[#3ec2df00]]
'class' 
29[[#3ec2df00]]
'class' 
210[[#3ec2df00]]
'size' 
211[[#3ec2df00]]
'size' 
212[[#3ec2df00]]
'onchange' 
213[[#3ec2df00]]
'class' 
31[[#3ec2de40]]
'class="' 
32[[#3ec2de40]]
' size="' 
33[[#3ec2de40]]
' onchange="' 
34[[#3ec2de40]]
'class="' 
35[[#3ec2de40]]
'size="' 
36[[#3ec2de40]]
' class="' 
37[[#3ec2de40]]
'class="' 
38[[#3ec2de40]]
'class="' 
39[[#3ec2de40]]
'class="' 
310[[#3ec2de40]]
' size="' 
311[[#3ec2de40]]
'size="' 
312[[#3ec2de40]]
' onchange="' 
313[[#3ec2de40]]
'class="' 
41[[#3ec2dec0]]
'class="text_area"' 
42[[#3ec2dec0]]
'' 
43[[#3ec2dec0]]
'' 
44[[#3ec2dec0]]
'' 
45[[#3ec2dec0]]
'' 
46[[#3ec2dec0]]
' class="combobox"' 
47[[#3ec2dec0]]
'class="inputbox"' 
48[[#3ec2dec0]]
'class="text_area"' 
49[[#3ec2dec0]]
'' 
410[[#3ec2dec0]]
'' 
411[[#3ec2dec0]]
'' 
412[[#3ec2dec0]]
'' 
413[[#3ec2dec0]]
'class="text_area"'