Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 433 | plugins/authentication/openid/Auth/OpenID.php |
2 | 3 | 98 | plugins/authentication/openid/Auth/OpenID/TrustRoot.php |
| ||||
$normalized= Auth_OpenID_urinorm($url); if ($normalized === NULL) { return NULL; } |
| ||||
$trust_root= Auth_OpenID_urinorm($trust_root); if ($trust_root === NULL) { return FALSE; } |
| |||
[[#variable4094aa40]]=Auth_OpenID_urinorm( [[#variable44013640]]); if ( [[#variable4094aa40]]=== NULL) { return [[#variable40949940]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4094aa40]] | $trust_root |
1 | 2 | [[#4094aa40]] | $normalized |
2 | 1 | [[#44013640]] | $trust_root |
2 | 2 | [[#44013640]] | $url |
3 | 1 | [[#40949940]] | FALSE |
3 | 2 | [[#40949940]] | NULL |