Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 261 | libraries/joomla/filter/filterinput.php |
2 | 1 | 7438 | libraries/simplepie/simplepie.php |
3 | 1 | 9140 | libraries/simplepie/simplepie.php |
| ||||
// Get some information about the tag we are processing $preTag.= substr($postTag, 0, $tagOpen_start); |
| ||||
$output.= substr($input, 0, $pos); |
| ||||
$output.= substr($data, 0, $start); |
| |||
[[#variable53d33000]].=substr( [[#variable53d32f80]],0, [[#variable53d32e60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d33000]] | // Get some information about the tag we are processing $preTag |
1 | 2 | [[#53d33000]] | $output |
1 | 3 | [[#53d33000]] | $output |
2 | 1 | [[#53d32f80]] | $postTag |
2 | 2 | [[#53d32f80]] | $data |
2 | 3 | [[#53d32f80]] | $input |
3 | 1 | [[#53d32e60]] | $tagOpen_start |
3 | 2 | [[#53d32e60]] | $start |
3 | 3 | [[#53d32e60]] | $pos |