CloneSet1574


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.965statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1133
libraries/joomla/html/parameter/element/calendar.php
2135
libraries/joomla/html/parameter/element/sql.php
Clone Instance
1
Line Count
1
Source Line
33
Source File
libraries/joomla/html/parameter/element/calendar.php

                $format=  ($node->attributes('format')
                           ?                             $node->attributes('format')
                           :                                                           '%Y-%m-%d');


Clone Instance
2
Line Count
1
Source Line
35
Source File
libraries/joomla/html/parameter/element/sql.php

                $key=  ($node->attributes('key_field')
                        ?                                $node->attributes('key_field')
                        :                                                                 'value');


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable454cef80]]=($node->attributes( [[#variable454cee80]])
                        ? $node->attributes( [[#variable454cee80]])
                        : [[#variable454ceea0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#454cef80]]
$format 
12[[#454cef80]]
$key 
21[[#454cee80]]
'format' 
22[[#454cee80]]
'key_field' 
31[[#454ceea0]]
'%Y-%m-%d' 
32[[#454ceea0]]
'value'