Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.956 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 188 | plugins/authentication/openid/Auth/OpenID.php |
2 | 6 | 276 | plugins/authentication/openid/Auth/OpenID.php |
| ||||
if (count($parts) != 2) { continue; } list ($k, $v)= $parts; $data[$k]= urldecode($v); |
| ||||
if (count($pair) != 2) { continue; } list ($key, $value)= $pair; $new_parts[$key]= urldecode($value); |
| |||
if (count( [[#variable3c3c08e0]]) != 2) { continue; } list ( [[#variable3c3c0880]], [[#variable3c3c0820]])= [[#variable3c3c08e0]]; [[#variable3c3c0840]][ [[#variable3c3c0880]]]=urldecode( [[#variable3c3c0820]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c3c08e0]] | $pair |
1 | 2 | [[#3c3c08e0]] | $parts |
2 | 1 | [[#3c3c0880]] | $key |
2 | 2 | [[#3c3c0880]] | $k |
3 | 1 | [[#3c3c0820]] | $value |
3 | 2 | [[#3c3c0820]] | $v |
4 | 1 | [[#3c3c0840]] | $new_parts |
4 | 2 | [[#3c3c0840]] | $data |