CloneSet2242


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4720.973switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14101
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
24105
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
34119
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
44123
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
54127
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
64131
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
74135
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java
Clone Instance
1
Line Count
4
Source Line
101
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_Integer:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_Integer_SIZE;
                                                break;


Clone Instance
2
Line Count
4
Source Line
105
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_Float:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_Float_SIZE;
                                                break;


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

                                        case IConstantPoolConstant.CONSTANT_Class:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_Class_SIZE;
                                                break;


Clone Instance
4
Line Count
4
Source Line
123
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_String:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_String_SIZE;
                                                break;


Clone Instance
5
Line Count
4
Source Line
127
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_Fieldref:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_Fieldref_SIZE;
                                                break;


Clone Instance
6
Line Count
4
Source Line
131
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_Methodref:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_Methodref_SIZE;
                                                break;


Clone Instance
7
Line Count
4
Source Line
135
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/ClassFileReader.java

                                        case IConstantPoolConstant.CONSTANT_InterfaceMethodref:
                                                constantPoolOffsets[i] = readOffset;
                                                readOffset += IConstantPoolConstant.CONSTANT_InterfaceMethodref_SIZE;
                                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case IConstantPoolConstant. [[#variable567c8800]]:
  constantPoolOffsets[i] = readOffset;
  readOffset += IConstantPoolConstant. [[#variable567c8760]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#567c8800]]
CONSTANT_Integer 
12[[#567c8800]]
CONSTANT_Float 
13[[#567c8800]]
CONSTANT_Class 
14[[#567c8800]]
CONSTANT_String 
15[[#567c8800]]
CONSTANT_Fieldref 
16[[#567c8800]]
CONSTANT_Methodref 
17[[#567c8800]]
CONSTANT_InterfaceMethodref 
21[[#567c8760]]
CONSTANT_Integer_SIZE 
22[[#567c8760]]
CONSTANT_Float_SIZE 
23[[#567c8760]]
CONSTANT_Class_SIZE 
24[[#567c8760]]
CONSTANT_String_SIZE 
25[[#567c8760]]
CONSTANT_Fieldref_SIZE 
26[[#567c8760]]
CONSTANT_Methodref_SIZE 
27[[#567c8760]]
CONSTANT_InterfaceMethodref_SIZE