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.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 33 | libraries/joomla/html/parameter/element/calendar.php |
2 | 1 | 35 | libraries/joomla/html/parameter/element/sql.php |
| ||||
$format= ($node->attributes('format') ? $node->attributes('format') : '%Y-%m-%d'); |
| ||||
$key= ($node->attributes('key_field') ? $node->attributes('key_field') : 'value'); |
| |||
[[#variable454cef80]]=($node->attributes( [[#variable454cee80]]) ? $node->attributes( [[#variable454cee80]]) : [[#variable454ceea0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#454cef80]] | $format |
1 | 2 | [[#454cef80]] | $key |
2 | 1 | [[#454cee80]] | 'format' |
2 | 2 | [[#454cee80]] | 'key_field' |
3 | 1 | [[#454ceea0]] | '%Y-%m-%d' |
3 | 2 | [[#454ceea0]] | 'value' |