Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 101 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
2 | 5 | 206 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
| ||||
if ($sock === FALSE) { return FALSE; } stream_set_timeout($sock, $this->timeout); |
| ||||
if ($sock === FALSE) { return NULL; } stream_set_timeout($sock, $this->timeout); |
| |||
if ($sock === FALSE) { return [[#variable3eafb140]]; } stream_set_timeout($sock,$this->timeout); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eafb140]] | NULL |
1 | 2 | [[#3eafb140]] | FALSE |