Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 855 | plugins/authentication/openid/Auth/OpenID/Server.php |
2 | 4 | 859 | plugins/authentication/openid/Auth/OpenID/Server.php |
| ||||
{ $s= "OpenID 2.0 message contained openid.identity but not " . "claimed_id"; return new Auth_OpenID_ServerError($message, $s); } |
| ||||
{ $s= "OpenID 2.0 message contained openid.claimed_id " . "but not identity"; return new Auth_OpenID_ServerError($message, $s); } |
| |||
{ $s= [[#variable4008f6a0]] . [[#variable4008f620]]; return new Auth_OpenID_ServerError($message,$s); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4008f6a0]] | "OpenID 2.0 message contained openid.claimed_id " |
1 | 2 | [[#4008f6a0]] | "OpenID 2.0 message contained openid.identity but not " |
2 | 1 | [[#4008f620]] | "but not identity" |
2 | 2 | [[#4008f620]] | "claimed_id" |