Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.990 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 3496 | libraries/phpxmlrpc/xmlrpc.php |
2 | 1 | 3509 | libraries/phpxmlrpc/xmlrpc.php |
| ||||
// read chunk-data and crlf $chunk= substr($buffer,$chunkstart,$chunkend-$chunkstart); |
| ||||
$temp= substr($buffer,$chunkstart,$chunkend-$chunkstart); |
| |||
[[#variable44bee9a0]]=substr($buffer,$chunkstart,$chunkend-$chunkstart); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44bee9a0]] | $temp |
1 | 2 | [[#44bee9a0]] | // read chunk-data and crlf $chunk |