Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 325 | plugins/authentication/openid/Auth/OpenID/Parse.php |
2 | 4 | 236 | plugins/authentication/openid/Auth/OpenID/TrustRoot.php |
| ||||
if (!$matches) { return NULL; } $first= $matches[0]; |
| ||||
if (!$matches) { return FALSE; } $tld= $matches[1]; |
| |||
if (!$matches) { return [[#variable46f82f00]]; } [[#variable46f80140]]=$matches[ [[#variable46f800a0]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46f82f00]] | FALSE |
1 | 2 | [[#46f82f00]] | NULL |
2 | 1 | [[#46f80140]] | $tld |
2 | 2 | [[#46f80140]] | $first |
3 | 1 | [[#46f800a0]] | 1 |
3 | 2 | [[#46f800a0]] | 0 |