CloneSet3080


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3430.971switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1345
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java
2369
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java
3372
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java
4375
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java
Clone Instance
1
Line Count
3
Source Line
45
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java

                        case IConstantPoolConstant.CONSTANT_Double:
                                constantPoolEntry.setDoubleValue(doubleAt(classFileBytes, 1, this.constantPoolOffset[index]));
                                break;


Clone Instance
2
Line Count
3
Source Line
69
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java

                        case IConstantPoolConstant.CONSTANT_Float:
                                constantPoolEntry.setFloatValue(floatAt(classFileBytes, 1, this.constantPoolOffset[index]));
                                break;


Clone Instance
3
Line Count
3
Source Line
72
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java

                        case IConstantPoolConstant.CONSTANT_Integer:
                                constantPoolEntry.setIntegerValue(i4At(classFileBytes, 1, this.constantPoolOffset[index]));
                                break;


Clone Instance
4
Line Count
3
Source Line
75
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ConstantPool.java

                        case IConstantPoolConstant.CONSTANT_Long:
                                constantPoolEntry.setLongValue(i8At(classFileBytes, 1, this.constantPoolOffset[index]));
                                break;


Clone AbstractionParameter Count: 3Parameter Bindings

case IConstantPoolConstant. [[#variable61a16fe0]]:
  constantPoolEntry. [[#variable61a16f60]]( [[#variable61a16ea0]](classFileBytes, 1, this.constantPoolOffset[index]));
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61a16fe0]]
CONSTANT_Double 
12[[#61a16fe0]]
CONSTANT_Float 
13[[#61a16fe0]]
CONSTANT_Integer 
14[[#61a16fe0]]
CONSTANT_Long 
21[[#61a16f60]]
setDoubleValue 
22[[#61a16f60]]
setFloatValue 
23[[#61a16f60]]
setIntegerValue 
24[[#61a16f60]]
setLongValue 
31[[#61a16ea0]]
doubleAt 
32[[#61a16ea0]]
floatAt 
33[[#61a16ea0]]
i4At 
34[[#61a16ea0]]
i8At