Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.976 | foreach_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 159 | components/com_users/models/registration.php |
2 | 2 | 515 | plugins/authentication/openid/Auth/OpenID.php |
3 | 2 | 165 | plugins/authentication/openid/Auth/Yadis/Manager.php |
4 | 2 | 172 | plugins/authentication/openid/Auth/Yadis/Manager.php |
| ||||
// Merge in the registration data. foreach ($data as $k => $v) { $temp[$k]= $v; } |
| ||||
foreach ($src as $k => $v) { $dest[$k]= $v; } |
| ||||
foreach ($obj as $k => $v) { $data[$k]= $v; } |
| ||||
foreach ($extra as $k => $v) { $data[$k]= $v; } |
| |||
// Merge in the registration data. foreach ( [[#variable226ba440]]as $k => $v) { [[#variable226ba3e0]][$k]=$v; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#226ba440]] | $obj |
1 | 2 | [[#226ba440]] | $extra |
1 | 3 | [[#226ba440]] | $src |
1 | 4 | [[#226ba440]] | $data |
2 | 1 | [[#226ba3e0]] | $data |
2 | 2 | [[#226ba3e0]] | $data |
2 | 3 | [[#226ba3e0]] | $dest |
2 | 4 | [[#226ba3e0]] | $temp |