Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.973 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 149 | plugins/authentication/openid/Auth/OpenID/SQLStore.php |
2 | 5 | 156 | plugins/authentication/openid/Auth/OpenID/SQLStore.php |
| ||||
if ($missing) { trigger_error("Expected keys in SQL query list: " . implode(", ", $missing), E_USER_ERROR); return; } |
| ||||
if ($empty) { trigger_error("SQL list keys have no SQL strings: " . implode(", ", $empty), E_USER_ERROR); return; } |
| |||
if ( [[#variable525459e0]]) { trigger_error( [[#variable525459c0]] . implode(", ", [[#variable525459e0]]),E_USER_ERROR); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525459e0]] | $missing |
1 | 2 | [[#525459e0]] | $empty |
2 | 1 | [[#525459c0]] | "Expected keys in SQL query list: " |
2 | 2 | [[#525459c0]] | "SQL list keys have no SQL strings: " |