CloneSet2910


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2540.953class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1221
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java
2223
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java
3225
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java
4227
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java
5229
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java
Clone Instance
1
Line Count
2
Source Line
21
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java

        private static final IntConstant ZERO = new IntConstant(0);

        private static final IntConstant ONE = new IntConstant(1);


Clone Instance
2
Line Count
2
Source Line
23
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java

        private static final IntConstant TWO = new IntConstant(2);

        private static final IntConstant THREE = new IntConstant(3);


Clone Instance
3
Line Count
2
Source Line
25
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java

        private static final IntConstant FOUR = new IntConstant(4);

        private static final IntConstant FIVE = new IntConstant(5);


Clone Instance
4
Line Count
2
Source Line
27
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java

        private static final IntConstant SIX = new IntConstant(6);

        private static final IntConstant SEVEN = new IntConstant(7);


Clone Instance
5
Line Count
2
Source Line
29
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IntConstant.java

        private static final IntConstant EIGHT = new IntConstant(8);

        private static final IntConstant NINE = new IntConstant(9);


Clone AbstractionParameter Count: 4Parameter Bindings

private static final IntConstant  [[#variableb5e1ade0]]= new IntConstant( [[#variableb5e1ad80]]);

private static final IntConstant  [[#variableb5e1ac60]]= new IntConstant( [[#variableb5e1ac80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5e1ade0]]
ZERO 
12[[#b5e1ade0]]
TWO 
13[[#b5e1ade0]]
FOUR 
14[[#b5e1ade0]]
SIX 
15[[#b5e1ade0]]
EIGHT 
21[[#b5e1ad80]]
0 
22[[#b5e1ad80]]
2 
23[[#b5e1ad80]]
4 
24[[#b5e1ad80]]
6 
25[[#b5e1ad80]]
8 
31[[#b5e1ac60]]
ONE 
32[[#b5e1ac60]]
THREE 
33[[#b5e1ac60]]
FIVE 
34[[#b5e1ac60]]
SEVEN 
35[[#b5e1ac60]]
NINE 
41[[#b5e1ac80]]
1 
42[[#b5e1ac80]]
3 
43[[#b5e1ac80]]
5 
44[[#b5e1ac80]]
7 
45[[#b5e1ac80]]
9