Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 94 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpString.java |
2 | 2 | 98 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpString.java |
| ||||
utfBytes[utfIndex++ ] = (byte) (0xc0| (0x1f& (charValue >> 6))); utfBytes[utfIndex++ ] = (byte) (0x80| (0x3f& charValue)); |
| ||||
utfBytes[utfIndex++ ] = (byte) (0x80| (0x3f& (charValue >> 6))); utfBytes[utfIndex++ ] = (byte) (0x80| (0x3f& charValue)); |
| |||
utfBytes[utfIndex++ ] = (byte) ( [[#variableb2973340]]|( [[#variableb29725e0]]&(charValue >> 6))); utfBytes[utfIndex++ ] = (byte) (0x80|(0x3f&charValue)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2973340]] | 0x80 |
1 | 2 | [[#b2973340]] | 0xc0 |
2 | 1 | [[#b29725e0]] | 0x3f |
2 | 2 | [[#b29725e0]] | 0x1f |