CloneSet826


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2440.962statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1237
libraries/joomla/form/fields/calendar.php
2238
libraries/joomla/form/fields/categories.php
3261
libraries/joomla/form/fields/editor.php
4236
libraries/joomla/form/fields/textarea.php
Clone Instance
1
Line Count
2
Source Line
37
Source File
libraries/joomla/form/fields/calendar.php

                $format=  $this->_element->attributes('format');
                $time=    $this->_element->attributes('time');


Clone Instance
2
Line Count
2
Source Line
38
Source File
libraries/joomla/form/fields/categories.php

                $extension=       $this->_element->attributes('extension');
                $published=       $this->_element->attributes('published');


Clone Instance
3
Line Count
2
Source Line
61
Source File
libraries/joomla/form/fields/editor.php

                $rows=            $this->_element->attributes('rows');
                $cols=            $this->_element->attributes('cols');


Clone Instance
4
Line Count
2
Source Line
36
Source File
libraries/joomla/form/fields/textarea.php

                $rows=    $this->_element->attributes('rows');
                $cols=    $this->_element->attributes('cols');


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable227aaa20]]=$this->_element->attributes( [[#variable227aa960]]);
 [[#variable227aa9c0]]=$this->_element->attributes( [[#variable227aa980]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#227aaa20]]
$rows 
12[[#227aaa20]]
$extension 
13[[#227aaa20]]
$format 
14[[#227aaa20]]
$rows 
21[[#227aa960]]
'rows' 
22[[#227aa960]]
'extension' 
23[[#227aa960]]
'format' 
24[[#227aa960]]
'rows' 
31[[#227aa9c0]]
$cols 
32[[#227aa9c0]]
$published 
33[[#227aa9c0]]
$time 
34[[#227aa9c0]]
$cols 
41[[#227aa980]]
'cols' 
42[[#227aa980]]
'published' 
43[[#227aa980]]
'time' 
44[[#227aa980]]
'cols'