Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.967 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 49 | plugins/authentication/openid/Auth/OpenID/CryptUtil.php |
2 | 3 | 88 | plugins/authentication/openid/Auth/OpenID/CryptUtil.php |
| ||||
{ $msg= 'Define Auth_OpenID_RAND_SOURCE as null to ' . ' continue with an insecure random number generator.'; trigger_error($msg, E_USER_ERROR); } |
| ||||
{ $msg= 'More than 256 characters supplied to ' . __FUNCTION__; trigger_error($msg, E_USER_ERROR); } |
| |||
{ $msg= [[#variable3e39c940]] . [[#variable3e39cd00]]; trigger_error($msg,E_USER_ERROR); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e39c940]] | 'More than 256 characters supplied to ' |
1 | 2 | [[#3e39c940]] | 'Define Auth_OpenID_RAND_SOURCE as null to ' |
2 | 1 | [[#3e39cd00]] | __FUNCTION__ |
2 | 2 | [[#3e39cd00]] | ' continue with an insecure random number generator.' |