CloneSet1617


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.964statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1163
libraries/joomla/form/fields/editor.php
2164
libraries/joomla/form/fields/editor.php
Clone Instance
1
Line Count
1
Source Line
63
Source File
libraries/joomla/form/fields/editor.php

                $height=          ($this->_element->attributes('height'))
                                  ?                                         $this->_element->attributes('height')
                                  :                                                                                 '250';


Clone Instance
2
Line Count
1
Source Line
64
Source File
libraries/joomla/form/fields/editor.php

                $width=           ($this->_element->attributes('width'))
                                  ?                                        $this->_element->attributes('width')
                                  :                                                                               '100%';


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable541a6d80]]=($this->_element->attributes( [[#variable541a6c80]]))
                       ? $this->_element->attributes( [[#variable541a6c80]])
                       : [[#variable541a6cc0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#541a6d80]]
$height 
12[[#541a6d80]]
$width 
21[[#541a6c80]]
'height' 
22[[#541a6c80]]
'width' 
31[[#541a6cc0]]
'250' 
32[[#541a6cc0]]
'100%'