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.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 6538 | libraries/simplepie/simplepie.php |
2 | 2 | 128 | plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php |
| ||||
curl_setopt($fp, CURLOPT_TIMEOUT, $timeout); curl_setopt($fp, CURLOPT_CONNECTTIMEOUT, $timeout); |
| ||||
curl_setopt($c, CURLOPT_TIMEOUT, $off); curl_setopt($c, CURLOPT_URL, $url); |
| |||
curl_setopt( [[#variable215e4960]],CURLOPT_TIMEOUT, [[#variable215e4820]]); curl_setopt( [[#variable215e4960]], [[#variable215e4880]], [[#variable215e4800]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#215e4960]] | $c |
1 | 2 | [[#215e4960]] | $fp |
2 | 1 | [[#215e4820]] | $off |
2 | 2 | [[#215e4820]] | $timeout |
3 | 1 | [[#215e4880]] | CURLOPT_URL |
3 | 2 | [[#215e4880]] | CURLOPT_CONNECTTIMEOUT |
4 | 1 | [[#215e4800]] | $url |
4 | 2 | [[#215e4800]] | $timeout |