CloneSet6409


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.965interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1289
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
2291
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java
Clone Instance
1
Line Count
2
Source Line
89
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        long JDK1_2 =  ((long) ClassFileConstants.MAJOR_VERSION_1_2 << 16) + ClassFileConstants.MINOR_VERSION_0;
        long JDK1_3 =  ((long) ClassFileConstants.MAJOR_VERSION_1_3 << 16) + ClassFileConstants.MINOR_VERSION_0;


Clone Instance
2
Line Count
2
Source Line
91
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileConstants.java

        long JDK1_4 = ((long) ClassFileConstants.MAJOR_VERSION_1_4 << 16) + ClassFileConstants.MINOR_VERSION_0;
        long JDK1_5 = ((long) ClassFileConstants.MAJOR_VERSION_1_5 << 16) + ClassFileConstants.MINOR_VERSION_0;


Clone AbstractionParameter Count: 4Parameter Bindings

long  [[#variable607db080]]= ((long) ClassFileConstants. [[#variable607dafe0]] << 16) + ClassFileConstants.MINOR_VERSION_0;
long  [[#variable607dbb80]]= ((long) ClassFileConstants. [[#variable607dbbe0]] << 16) + ClassFileConstants.MINOR_VERSION_0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#607db080]]
JDK1_2 
12[[#607db080]]
JDK1_4 
21[[#607dafe0]]
MAJOR_VERSION_1_2 
22[[#607dafe0]]
MAJOR_VERSION_1_4 
31[[#607dbb80]]
JDK1_3 
32[[#607dbb80]]
JDK1_5 
41[[#607dbbe0]]
MAJOR_VERSION_1_3 
42[[#607dbbe0]]
MAJOR_VERSION_1_5