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.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 321 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
2 | 2 | 327 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java |
| ||||
writeU1(0x80| ((current >> 6)& 0x3f)); // 0x80 = 1000 0000 writeU1(0x80| (current& 0x3f)); // 0x80 = 1000 0000 |
| ||||
writeU1(0xc0| ((current >> 6)& 0x1f)); // 0xC0 = 1100 0000 writeU1(0x80| (current& 0x3f)); // 0x80 = 1000 0000 |
| |||
writeU1( [[#variable62da16c0]]|((current >> 6)& [[#variable62da1680]])); // 0xC0 = 1100 0000 // 0x80 = 1000 0000 writeU1(0x80|(current&0x3f)); // 0x80 = 1000 0000 |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62da16c0]] | 0xc0 |
1 | 2 | [[#62da16c0]] | 0x80 |
2 | 1 | [[#62da1680]] | 0x1f |
2 | 2 | [[#62da1680]] | 0x3f |