CloneSet4894


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6260.958interface_member_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1674
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
2667
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IOpcodeMnemonics.java
Clone Instance
1
Line Count
6
Source Line
74
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        int MAJOR_VERSION_1_1 = 45;
        int MAJOR_VERSION_1_2 = 46;
        int MAJOR_VERSION_1_3 = 47;
        int MAJOR_VERSION_1_4 = 48;
        int MAJOR_VERSION_1_5 = 49;
        int MAJOR_VERSION_1_6 = 50;


Clone Instance
2
Line Count
6
Source Line
67
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IOpcodeMnemonics.java

        int ALOAD_3 = 0x2d;
        int IALOAD = 0x2e;
        int LALOAD = 0x2f;
        int FALOAD = 0x30;
        int DALOAD = 0x31;
        int AALOAD = 0x32;


Clone AbstractionParameter Count: 6Parameter Bindings

int  [[#variablea152bf60]]= 45;
int  [[#variablea152bee0]]= 46;
int  [[#variablea152be40]]= 47;
int  [[#variablea152bdc0]]= 48;
int  [[#variablea152bd40]]= 49;
int  [[#variablea152bca0]]= 50;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a152bf60]]
MAJOR_VERSION_1_1 
12[[#a152bf60]]
ALOAD_3 
21[[#a152bee0]]
MAJOR_VERSION_1_2 
22[[#a152bee0]]
IALOAD 
31[[#a152be40]]
MAJOR_VERSION_1_3 
32[[#a152be40]]
LALOAD 
41[[#a152bdc0]]
MAJOR_VERSION_1_4 
42[[#a152bdc0]]
FALOAD 
51[[#a152bd40]]
MAJOR_VERSION_1_5 
52[[#a152bd40]]
DALOAD 
61[[#a152bca0]]
MAJOR_VERSION_1_6 
62[[#a152bca0]]
AALOAD