Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.968 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1601 | plugins/authentication/openid/Auth/OpenID/Consumer.php |
2 | 6 | 744 | plugins/authentication/openid/Auth/OpenID/Message.php |
| ||||
{ $err= sprintf("Could not parse expires_in from association " . "response %s",print_r($assoc_response, TRUE)); return new Auth_OpenID_FailureResponse(NULL, $err); } |
| ||||
{ //TypeError $err_msg= sprintf("Namespace must be Auth_OpenID_BARE_NS, " . "Auth_OpenID_OPENID_NS or a string. got %s", print_r($namespace, TRUE)); return new Auth_OpenID_FailureResponse(NULL, $err_msg); } |
| |||
{ [[#variable2357da00]]=sprintf( [[#variable2357d960]] . [[#variable2357d8e0]],print_r( [[#variable2357d880]],TRUE)); return new Auth_OpenID_FailureResponse(NULL, [[#variable2357da00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2357da00]] | $err |
1 | 2 | [[#2357da00]] | //TypeError $err_msg |
2 | 1 | [[#2357d960]] | "Could not parse expires_in from association " |
2 | 2 | [[#2357d960]] | "Namespace must be Auth_OpenID_BARE_NS, " |
3 | 1 | [[#2357d8e0]] | "response %s" |
3 | 2 | [[#2357d8e0]] | "Auth_OpenID_OPENID_NS or a string. got %s" |
4 | 1 | [[#2357d880]] | $assoc_response |
4 | 2 | [[#2357d880]] | $namespace |