Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 63 | plugins/authentication/openid/Auth/OpenID/TrustRoot.php |
2 | 3 | 204 | plugins/authentication/openid/Auth/OpenID/TrustRoot.php |
| ||||
$parsed= Auth_OpenID_TrustRoot::_parse($realm); if ($parsed === FALSE) { return FALSE; } |
| ||||
$parts= Auth_OpenID_TrustRoot::_parse($trust_root); if ($parts === FALSE) { return FALSE; } |
| |||
[[#variable51cc44a0]]=Auth_OpenID_TrustRoot::_parse( [[#variable51cc4500]]); if ( [[#variable51cc44a0]]=== FALSE) { return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51cc44a0]] | $parts |
1 | 2 | [[#51cc44a0]] | $parsed |
2 | 1 | [[#51cc4500]] | $trust_root |
2 | 2 | [[#51cc4500]] | $realm |