Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 38 | libraries/joomla/form/rules/equals.php |
2 | 2 | 66 | libraries/joomla/html/parameter/element.php |
| ||||
$field1= $field->attributes('name'); $field2= $field->attributes('field'); |
| ||||
$name= $xmlElement->attributes('name'); $label= $xmlElement->attributes('label'); |
| |||
[[#variable525c57a0]]= [[#variable525c5620]]->attributes('name'); [[#variable525c56a0]]= [[#variable525c5620]]->attributes( [[#variable525c5680]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525c57a0]] | $field1 |
1 | 2 | [[#525c57a0]] | $name |
2 | 1 | [[#525c5620]] | $field |
2 | 2 | [[#525c5620]] | $xmlElement |
3 | 1 | [[#525c56a0]] | $field2 |
3 | 2 | [[#525c56a0]] | $label |
4 | 1 | [[#525c5680]] | 'field' |
4 | 2 | [[#525c5680]] | 'label' |