Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 426 | plugins/authentication/openid/Auth/OpenID.php |
2 | 3 | 172 | plugins/authentication/openid/Auth/OpenID/URINorm.php |
| ||||
if (!in_array($scheme, array( 'http', 'https' ))) { return NULL; } |
| ||||
if (!in_array($scheme, array( 'http', 'https' ))) { // Not an absolute HTTP or HTTPS URI return NULL; } |
| |||
if (!in_array($scheme,array( 'http', 'https' ))) { // Not an absolute HTTP or HTTPS URI return NULL; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |