CloneSet434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1640.966statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1139
administrator/components/com_menus/models/fields/menutype.php
2140
administrator/components/com_menus/models/fields/menutype.php
3136
libraries/joomla/form/fields/text.php
4137
libraries/joomla/form/fields/text.php
5139
libraries/joomla/form/fields/text.php
6140
libraries/joomla/form/fields/text.php
Clone Instance
1
Line Count
1
Source Line
39
Source File
administrator/components/com_menus/models/fields/menutype.php

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


Clone Instance
2
Line Count
1
Source Line
40
Source File
administrator/components/com_menus/models/fields/menutype.php

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


Clone Instance
3
Line Count
1
Source Line
36
Source File
libraries/joomla/form/fields/text.php

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


Clone Instance
4
Line Count
1
Source Line
37
Source File
libraries/joomla/form/fields/text.php

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


Clone Instance
5
Line Count
1
Source Line
39
Source File
libraries/joomla/form/fields/text.php

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


Clone Instance
6
Line Count
1
Source Line
40
Source File
libraries/joomla/form/fields/text.php

                $maxLength=       ($v=  $this->_element->attributes('maxlength'))
                                  ?                                                 ' maxlength="'
                                                                                    .              $v
                                                                                    .                 '"'
                                  :                                                                         '';


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable5254b780]]=($v=$this->_element->attributes( [[#variable5254b720]]))
                       ? [[#variable5254b660]]
                        . $v
                        . '"'
                       : [[#variable5254b6e0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5254b780]]
$class 
12[[#5254b780]]
$size 
13[[#5254b780]]
$maxLength 
14[[#5254b780]]
$onchange 
15[[#5254b780]]
$class 
16[[#5254b780]]
$size 
21[[#5254b720]]
'class' 
22[[#5254b720]]
'size' 
23[[#5254b720]]
'maxlength' 
24[[#5254b720]]
'onchange' 
25[[#5254b720]]
'class' 
26[[#5254b720]]
'size' 
31[[#5254b660]]
'class="' 
32[[#5254b660]]
' size="' 
33[[#5254b660]]
' maxlength="' 
34[[#5254b660]]
' onchange="' 
35[[#5254b660]]
'class="' 
36[[#5254b660]]
' size="' 
41[[#5254b6e0]]
'class="text_area"' 
42[[#5254b6e0]]
'' 
43[[#5254b6e0]]
'' 
44[[#5254b6e0]]
'' 
45[[#5254b6e0]]
'class="text_area"' 
46[[#5254b6e0]]
''