| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 2 | 0.963 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 386 | libraries/joomla/document/html/html.php |
| 2 | 2 | 210 | libraries/joomla/filter/filterinput.php |
| 3 | 2 | 5802 | libraries/simplepie/simplepie.php |
| ||||
$matches[0]= array_reverse($matches[0]);
$matches[1]= array_reverse($matches[1]);
|
| ||||
$attrSubSet[0]= strtolower($attrSubSet[0]);
$attrSubSet[1]= strtolower($attrSubSet[1]);
|
| ||||
$opt[0]= trim($opt[0]);
$opt[1]= trim($opt[1]);
|
| |||
[[#variable485624a0]][0]= [[#variable48562440]]( [[#variable485624a0]][0]); [[#variable485624a0]][1]= [[#variable48562440]]( [[#variable485624a0]][1]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#485624a0]] | $attrSubSet |
| 1 | 2 | [[#485624a0]] | $opt |
| 1 | 3 | [[#485624a0]] | $matches |
| 2 | 1 | [[#48562440]] | strtolower |
| 2 | 2 | [[#48562440]] | trim |
| 2 | 3 | [[#48562440]] | array_reverse |