Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.968 | case |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 239 | plugins/authentication/openid.php |
2 | 6 | 246 | plugins/authentication/openid.php |
| ||||
case Auth_OpenID_CANCEL : { $response->status = JAUTHENTICATE_STATUS_CANCEL; $response->error_message = 'Authentication cancelled'; } break; |
| ||||
case Auth_OpenID_FAILURE : { $response->status = JAUTHENTICATE_STATUS_FAILURE; $response->error_message = 'Authentication failed'; } break; |
| |||
case [[#variable540bed60]]: { $response->status = [[#variable540bede0]]; $response->error_message = [[#variable540bedc0]]; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#540bed60]] | Auth_OpenID_FAILURE |
1 | 2 | [[#540bed60]] | Auth_OpenID_CANCEL |
2 | 1 | [[#540bede0]] | JAUTHENTICATE_STATUS_FAILURE |
2 | 2 | [[#540bede0]] | JAUTHENTICATE_STATUS_CANCEL |
3 | 1 | [[#540bedc0]] | 'Authentication failed' |
3 | 2 | [[#540bedc0]] | 'Authentication cancelled' |