| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.986 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 436 | plugins/authentication/openid/Auth/OpenID/Association.php |
| 2 | 4 | 443 | plugins/authentication/openid/Auth/OpenID/Association.php |
| ||||
$order[]= array( 'HMAC-SHA1', 'DH-SHA1'
);
if (Auth_OpenID_HMACSHA256_SUPPORTED) {
$order[]= array( 'HMAC-SHA256', 'DH-SHA256'
);
}
|
| ||||
$order[]= array( 'HMAC-SHA1', 'no-encryption'
);
if (Auth_OpenID_HMACSHA256_SUPPORTED) {
$order[]= array( 'HMAC-SHA256', 'no-encryption'
);
}
|
| |||
$order[]=array( 'HMAC-SHA1',
[[#variable21489580]]
);
if (Auth_OpenID_HMACSHA256_SUPPORTED) {
$order[]=array( 'HMAC-SHA256',
[[#variable214894a0]]
);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#21489580]] | 'DH-SHA1' |
| 1 | 2 | [[#21489580]] | 'no-encryption' |
| 2 | 1 | [[#214894a0]] | 'DH-SHA256' |
| 2 | 2 | [[#214894a0]] | 'no-encryption' |