| 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.966 | statement_block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 841 | plugins/authentication/openid/Auth/OpenID/Server.php |
| 2 | 3 | 850 | plugins/authentication/openid/Auth/OpenID/Server.php |
| ||||
{
$fmt= "Missing required field 'return_to' from checkid request";
return new Auth_OpenID_ServerError($message, $fmt);
}
|
| ||||
{
$s= "OpenID 1 message did not contain openid.identity";
return new Auth_OpenID_ServerError($message, $s);
}
|
| |||
{
[[#variable4507ebe0]]= [[#variable4507eb80]];
return new Auth_OpenID_ServerError($message, [[#variable4507ebe0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4507ebe0]] | $fmt |
| 1 | 2 | [[#4507ebe0]] | $s |
| 2 | 1 | [[#4507eb80]] | "Missing required field 'return_to' from checkid request" |
| 2 | 2 | [[#4507eb80]] | "OpenID 1 message did not contain openid.identity" |