Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 423 | plugins/authentication/openid/Auth/OpenID/Association.php |
2 | 4 | 69 | plugins/authentication/openid/Auth/OpenID/SReg.php |
| ||||
if (!in_array($session_type, Auth_OpenID_getSessionTypes($assoc_type))) { return FALSE; } return TRUE; |
| ||||
if (!in_array($field_name, array_keys($Auth_OpenID_sreg_data_fields))) { return FALSE; } return TRUE; |
| |||
if (!in_array( [[#variable51f4e920]], [[#variable51f4e8a0]]( [[#variable51f4e860]]))) { return FALSE; } return TRUE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f4e920]] | $field_name |
1 | 2 | [[#51f4e920]] | $session_type |
2 | 1 | [[#51f4e8a0]] | array_keys |
2 | 2 | [[#51f4e8a0]] | Auth_OpenID_getSessionTypes |
3 | 1 | [[#51f4e860]] | $Auth_OpenID_sreg_data_fields |
3 | 2 | [[#51f4e860]] | $assoc_type |