Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 57 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
2 | 6 | 186 | plugins/authentication/openid/Auth/Yadis/PlainHTTPFetcher.php |
| ||||
if ($parts['scheme'] == 'http') { $parts['port']= 80; } elseif ($parts['scheme'] == 'https') { $parts['port']= 443; } else { return NULL; } |
| ||||
if ($parts['scheme'] == 'http') { $parts['port']= 80; } elseif ($parts['scheme'] == 'https') { $parts['port']= 443; } else { return NULL; } |
| |||
if ($parts['scheme'] == 'http') { $parts['port']=80; } elseif ($parts['scheme'] == 'https') { $parts['port']=443; } else { return NULL; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |