CloneSet3946


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3440.953class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1388
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java
2392
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java
3396
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java
43100
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java
Clone Instance
1
Line Count
3
Source Line
88
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java

        /** Type code for the primitive type "int". */
        public static final Code INT = new Code("int"); //$NON-NLS-1$

        /** Type code for the primitive type "char". */
        public static final Code CHAR = new Code("char"); //$NON-NLS-1$


Clone Instance
2
Line Count
3
Source Line
92
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java

        /** Type code for the primitive type "boolean". */
        public static final Code BOOLEAN = new Code("boolean"); //$NON-NLS-1$

        /** Type code for the primitive type "short". */
        public static final Code SHORT = new Code("short"); //$NON-NLS-1$


Clone Instance
3
Line Count
3
Source Line
96
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java

        /** Type code for the primitive type "long". */
        public static final Code LONG = new Code("long"); //$NON-NLS-1$

        /** Type code for the primitive type "float". */
        public static final Code FLOAT = new Code("float"); //$NON-NLS-1$


Clone Instance
4
Line Count
3
Source Line
100
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java

        /** Type code for the primitive type "double". */
        public static final Code DOUBLE = new Code("double"); //$NON-NLS-1$

        /** Type code for the primitive type "byte". */
        public static final Code BYTE = new Code("byte"); //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

/** Type code for the primitive type "int". */
/** Type code for the primitive type "boolean". */
/** Type code for the primitive type "long". */
/** Type code for the primitive type "double". */
public static final Code  [[#variable63f17840]]= new Code( [[#variable63f17820]]); //$NON-NLS-1$

/** Type code for the primitive type "char". */
/** Type code for the primitive type "short". */
/** Type code for the primitive type "float". */
/** Type code for the primitive type "byte". */
public static final Code  [[#variable4d11b600]]= new Code( [[#variable63f177a0]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63f17840]]
INT 
12[[#63f17840]]
BOOLEAN 
13[[#63f17840]]
LONG 
14[[#63f17840]]
DOUBLE 
21[[#63f17820]]
"int" 
22[[#63f17820]]
"boolean" 
23[[#63f17820]]
"long" 
24[[#63f17820]]
"double" 
31[[#4d11b600]]
CHAR 
32[[#4d11b600]]
SHORT 
33[[#4d11b600]]
FLOAT 
34[[#4d11b600]]
BYTE 
41[[#63f177a0]]
"char" 
42[[#63f177a0]]
"short" 
43[[#63f177a0]]
"float" 
44[[#63f177a0]]
"byte"