CloneSet369


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1620.969statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11292
libraries/joomla/html/html/behavior.php
21293
libraries/joomla/html/html/behavior.php
31294
libraries/joomla/html/html/behavior.php
41296
libraries/joomla/html/html/behavior.php
51297
libraries/joomla/html/html/behavior.php
61298
libraries/joomla/html/html/behavior.php
Clone Instance
1
Line Count
1
Source Line
292
Source File
libraries/joomla/html/html/behavior.php

                // Setup root node
                $rt['text']=              (array_key_exists('text', $root))
                                          ?                                   $root['text']
                                          :                                                   'Root';


Clone Instance
2
Line Count
1
Source Line
293
Source File
libraries/joomla/html/html/behavior.php

                $rt['id']=                (array_key_exists('id', $root))
                                          ?                                 $root['id']
                                          :                                               NULL;


Clone Instance
3
Line Count
1
Source Line
294
Source File
libraries/joomla/html/html/behavior.php

                $rt['color']=     (array_key_exists('color', $root))
                                  ?                                    $root['color']
                                  :                                                     NULL;


Clone Instance
4
Line Count
1
Source Line
296
Source File
libraries/joomla/html/html/behavior.php

                $rt['icon']=              (array_key_exists('icon', $root))
                                          ?                                   $root['icon']
                                          :                                                   NULL;


Clone Instance
5
Line Count
1
Source Line
297
Source File
libraries/joomla/html/html/behavior.php

                $rt['openicon']=  (array_key_exists('openicon', $root))
                                  ?                                       $root['openicon']
                                  :                                                           NULL;


Clone Instance
6
Line Count
1
Source Line
298
Source File
libraries/joomla/html/html/behavior.php

                $rt['data']=              (array_key_exists('data', $root))
                                          ?                                   $root['data']
                                          :                                                   NULL;


Clone AbstractionParameter Count: 2Parameter Bindings

// Setup root node
$rt[ [[#variable511a0ee0]]]=(array_key_exists( [[#variable511a0ee0]],$root))
                            ? $root[ [[#variable511a0ee0]]]
                            : [[#variable511a0fe0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#511a0ee0]]
'data' 
12[[#511a0ee0]]
'openicon' 
13[[#511a0ee0]]
'icon' 
14[[#511a0ee0]]
'color' 
15[[#511a0ee0]]
'id' 
16[[#511a0ee0]]
'text' 
21[[#511a0fe0]]
NULL 
22[[#511a0fe0]]
NULL 
23[[#511a0fe0]]
NULL 
24[[#511a0fe0]]
NULL 
25[[#511a0fe0]]
NULL 
26[[#511a0fe0]]
'Root'