Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 101 | libraries/joomla/registry/format/ini.php |
2 | 3 | 31 | plugins/authentication/openid/Auth/OpenID/KVForm.php |
| ||||
$lines= explode("\n", $data); $hash= md5($data); |
| ||||
$lines= explode("\n", $kvs); $last= array_pop($lines); |
| |||
$lines=explode("\n", [[#variable48030d20]]); [[#variable5245e280]]= [[#variable48030cc0]]( [[#variable5245f980]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48030d20]] | $data |
1 | 2 | [[#48030d20]] | $kvs |
2 | 1 | [[#5245e280]] | $hash |
2 | 2 | [[#5245e280]] | $last |
3 | 1 | [[#48030cc0]] | md5 |
3 | 2 | [[#48030cc0]] | array_pop |
4 | 1 | [[#5245f980]] | $data |
4 | 2 | [[#5245f980]] | $lines |