Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 697 | plugins/authentication/openid/Auth/OpenID/Consumer.php |
2 | 2 | 380 | plugins/authentication/openid/Auth/OpenID/Server.php |
3 | 2 | 474 | plugins/authentication/openid/Auth/OpenID/Server.php |
4 | 3 | 846 | plugins/authentication/openid/Auth/OpenID/Server.php |
| ||||
$error= $message->getArg(Auth_OpenID_OPENID_NS, 'error'); $contact= $message->getArg(Auth_OpenID_OPENID_NS, 'contact'); |
| ||||
$assoc_handle= $message->getArg(Auth_OpenID_OPENID_NS, 'assoc_handle'); $sig= $message->getArg(Auth_OpenID_OPENID_NS, 'sig'); |
| ||||
$dh_modulus= $message->getArg(Auth_OpenID_OPENID_NS, 'dh_modulus'); $dh_gen= $message->getArg(Auth_OpenID_OPENID_NS, 'dh_gen'); |
| ||||
$identity= $message->getArg(Auth_OpenID_OPENID_NS, 'identity'); $claimed_id= $message->getArg(Auth_OpenID_OPENID_NS, 'claimed_id'); |
| |||
[[#variable21fb4ce0]]=$message->getArg(Auth_OpenID_OPENID_NS, [[#variable21fb4c80]]); [[#variable21fb4c20]]=$message->getArg(Auth_OpenID_OPENID_NS, [[#variable21fb4c00]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21fb4ce0]] | $assoc_handle |
1 | 2 | [[#21fb4ce0]] | $dh_modulus |
1 | 3 | [[#21fb4ce0]] | $identity |
1 | 4 | [[#21fb4ce0]] | $error |
2 | 1 | [[#21fb4c80]] | 'assoc_handle' |
2 | 2 | [[#21fb4c80]] | 'dh_modulus' |
2 | 3 | [[#21fb4c80]] | 'identity' |
2 | 4 | [[#21fb4c80]] | 'error' |
3 | 1 | [[#21fb4c20]] | $sig |
3 | 2 | [[#21fb4c20]] | $dh_gen |
3 | 3 | [[#21fb4c20]] | $claimed_id |
3 | 4 | [[#21fb4c20]] | $contact |
4 | 1 | [[#21fb4c00]] | 'sig' |
4 | 2 | [[#21fb4c00]] | 'dh_gen' |
4 | 3 | [[#21fb4c00]] | 'claimed_id' |
4 | 4 | [[#21fb4c00]] | 'contact' |