Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.968 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 16 | libraries/joomla/html/parameter.php |
2 | 1 | 14 | libraries/joomla/html/toolbar.php |
| ||||
//Register the element class with the loader JLoader::register('JElement', dirname( __FILE__) . DS . 'parameter' . DS . 'element.php'); |
| ||||
//Register the session storage class with the loader JLoader::register('JButton', dirname( __FILE__) . DS . 'toolbar' . DS . 'button.php'); |
| |||
//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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#522f5cc0]] | 'JElement' |
1 | 2 | [[#522f5cc0]] | 'JButton' |
2 | 1 | [[#522f5c20]] | 'parameter' |
2 | 2 | [[#522f5c20]] | 'toolbar' |
3 | 1 | [[#522f5b80]] | 'element.php' |
3 | 2 | [[#522f5b80]] | 'button.php' |