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.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 111 | plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php |
2 | 2 | 113 | plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php |
3 | 2 | 194 | plugins/authentication/openid/Auth/Yadis/ParanoidHTTPFetcher.php |
| ||||
curl_setopt($c, CURLOPT_WRITEFUNCTION, array( &$this, "_writeData" )); |
| ||||
curl_setopt($c, CURLOPT_HEADERFUNCTION, array( &$this, "_writeHeader" )); |
| ||||
curl_setopt($c, CURLOPT_WRITEFUNCTION, array( &$this, "_writeData" )); |
| |||
curl_setopt($c, [[#variable20147c80]],array( &$this, [[#variable20147c00]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20147c80]] | CURLOPT_WRITEFUNCTION |
1 | 2 | [[#20147c80]] | CURLOPT_HEADERFUNCTION |
1 | 3 | [[#20147c80]] | CURLOPT_WRITEFUNCTION |
2 | 1 | [[#20147c00]] | "_writeData" |
2 | 2 | [[#20147c00]] | "_writeHeader" |
2 | 3 | [[#20147c00]] | "_writeData" |