CloneSet1851


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.968toplevel_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1116
libraries/joomla/html/parameter.php
2114
libraries/joomla/html/toolbar.php
Clone Instance
1
Line Count
1
Source Line
16
Source File
libraries/joomla/html/parameter.php

//Register the element class with the loader
JLoader::register('JElement', dirname( __FILE__)
                              .                 DS
                              .                    'parameter'
                              .                                DS
                              .                                   'element.php');


Clone Instance
2
Line Count
1
Source Line
14
Source File
libraries/joomla/html/toolbar.php

//Register the session storage class with the loader
JLoader::register('JButton', dirname( __FILE__)
                             .                 DS
                             .                    'toolbar'
                             .                              DS
                             .                                 'button.php');


Clone AbstractionParameter Count: 3Parameter Bindings

//Register the element class with the loader
//Register the session storage class with the loader
JLoader::register( [[#variable522f5cc0]],dirname( __FILE__)
                                         . DS
                                         .  [[#variable522f5c20]]
                                         . DS
                                         .  [[#variable522f5b80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522f5cc0]]
'JElement' 
12[[#522f5cc0]]
'JButton' 
21[[#522f5c20]]
'parameter' 
22[[#522f5c20]]
'toolbar' 
31[[#522f5b80]]
'element.php' 
32[[#522f5b80]]
'button.php'