Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.975 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1009 | plugins/authentication/openid/Auth/OpenID/Consumer.php |
2 | 4 | 1105 | plugins/authentication/openid/Auth/OpenID/Consumer.php |
| ||||
$to_match= new Auth_OpenID_ServiceEndpoint(); $to_match->type_uris = array(Auth_OpenID_TYPE_1_1); $to_match->local_id = $message->getArg(Auth_OpenID_OPENID1_NS, 'identity'); |
| ||||
$to_match= new Auth_OpenID_ServiceEndpoint(); $to_match->type_uris = array(Auth_OpenID_TYPE_2_0); $to_match->claimed_id = $message->getArg(Auth_OpenID_OPENID2_NS, 'claimed_id'); |
| |||
$to_match=new Auth_OpenID_ServiceEndpoint(); $to_match->type_uris =array( [[#variable22d9fb40]]); $to_match-> [[#variable22d9fae0]]=$message->getArg( [[#variable22d9fa80]], [[#variable22d9faa0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22d9fb40]] | Auth_OpenID_TYPE_2_0 |
1 | 2 | [[#22d9fb40]] | Auth_OpenID_TYPE_1_1 |
2 | 1 | [[#22d9fae0]] | claimed_id |
2 | 2 | [[#22d9fae0]] | local_id |
3 | 1 | [[#22d9fa80]] | Auth_OpenID_OPENID2_NS |
3 | 2 | [[#22d9fa80]] | Auth_OpenID_OPENID1_NS |
4 | 1 | [[#22d9faa0]] | 'claimed_id' |
4 | 2 | [[#22d9faa0]] | 'identity' |