CloneSet6613


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.982statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12321
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java
22327
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java
Clone Instance
1
Line Count
2
Source Line
321
Source File
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


Clone Instance
2
Line Count
2
Source Line
327
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java

                                        writeU1(0xc0|  ((current >> 6)&  0x1f)); // 0xC0 = 1100 0000
                                        writeU1(0x80|  (current&  0x3f)); // 0x80 = 1000 0000


Clone AbstractionParameter Count: 2Parameter Bindings

writeU1( [[#variable62da16c0]]|((current >> 6)& [[#variable62da1680]])); // 0xC0 = 1100 0000 // 0x80 = 1000 0000
writeU1(0x80|(current&0x3f)); // 0x80 = 1000 0000
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62da16c0]]
0xc0 
12[[#62da16c0]]
0x80 
21[[#62da1680]]
0x1f 
22[[#62da1680]]
0x3f