Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 674 | plugins/authentication/openid/Auth/OpenID/AX.php |
2 | 5 | 687 | plugins/authentication/openid/Auth/OpenID/AX.php |
| ||||
if (!array_key_exists($value_key, $ax_args)) { return new Auth_OpenID_AX_Error( sprintf( "No value found for key %s", $value_key)); } |
| ||||
if (!array_key_exists($key, $ax_args)) { return new Auth_OpenID_AX_Error( sprintf( "No value found for key %s", $key)); } |
| |||
if (!array_key_exists( [[#variable587cfb40]],$ax_args)) { return new Auth_OpenID_AX_Error(sprintf("No value found for key %s", [[#variable587cfb40]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#587cfb40]] | $value_key |
1 | 2 | [[#587cfb40]] | $key |