| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 6 | 2 | 0.969 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 292 | libraries/joomla/html/html/behavior.php |
| 2 | 1 | 293 | libraries/joomla/html/html/behavior.php |
| 3 | 1 | 294 | libraries/joomla/html/html/behavior.php |
| 4 | 1 | 296 | libraries/joomla/html/html/behavior.php |
| 5 | 1 | 297 | libraries/joomla/html/html/behavior.php |
| 6 | 1 | 298 | libraries/joomla/html/html/behavior.php |
| ||||
// Setup root node
$rt['text']= (array_key_exists('text', $root))
? $root['text']
: 'Root';
|
| ||||
$rt['id']= (array_key_exists('id', $root))
? $root['id']
: NULL;
|
| ||||
$rt['color']= (array_key_exists('color', $root))
? $root['color']
: NULL;
|
| ||||
$rt['icon']= (array_key_exists('icon', $root))
? $root['icon']
: NULL;
|
| ||||
$rt['openicon']= (array_key_exists('openicon', $root))
? $root['openicon']
: NULL;
|
| ||||
$rt['data']= (array_key_exists('data', $root))
? $root['data']
: NULL;
|
| |||
// Setup root node
$rt[ [[#variable511a0ee0]]]=(array_key_exists( [[#variable511a0ee0]],$root))
? $root[ [[#variable511a0ee0]]]
: [[#variable511a0fe0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#511a0ee0]] | 'data' |
| 1 | 2 | [[#511a0ee0]] | 'openicon' |
| 1 | 3 | [[#511a0ee0]] | 'icon' |
| 1 | 4 | [[#511a0ee0]] | 'color' |
| 1 | 5 | [[#511a0ee0]] | 'id' |
| 1 | 6 | [[#511a0ee0]] | 'text' |
| 2 | 1 | [[#511a0fe0]] | NULL |
| 2 | 2 | [[#511a0fe0]] | NULL |
| 2 | 3 | [[#511a0fe0]] | NULL |
| 2 | 4 | [[#511a0fe0]] | NULL |
| 2 | 5 | [[#511a0fe0]] | NULL |
| 2 | 6 | [[#511a0fe0]] | 'Root' |