Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.976 | additive_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 9701 | libraries/simplepie/simplepie.php |
2 | 1 | 9705 | libraries/simplepie/simplepie.php |
| ||||
chr(0xe0| ($codepoint>> 12)) . chr(0x80| (($codepoint>> 6)& 0x3f)) |
| ||||
chr(0xf0| ($codepoint>> 18)) . chr(0x80| (($codepoint>> 12)& 0x3f)) |
| |||
chr( [[#variable52651160]]|($codepoint>> [[#variable52651040]])) . chr(0x80|(($codepoint>> [[#variable52651060]])&0x3f)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52651160]] | 0xf0 |
1 | 2 | [[#52651160]] | 0xe0 |
2 | 1 | [[#52651040]] | 18 |
2 | 2 | [[#52651040]] | 12 |
3 | 1 | [[#52651060]] | 12 |
3 | 2 | [[#52651060]] | 6 |