Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 4 | 0.953 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java |
2 | 3 | 92 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java |
3 | 3 | 96 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java |
4 | 3 | 100 | 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$ |
| ||||
/** 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$ |
| ||||
/** 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$ |
| ||||
/** 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$ |
| |||
/** 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63f17840]] | INT |
1 | 2 | [[#63f17840]] | BOOLEAN |
1 | 3 | [[#63f17840]] | LONG |
1 | 4 | [[#63f17840]] | DOUBLE |
2 | 1 | [[#63f17820]] | "int" |
2 | 2 | [[#63f17820]] | "boolean" |
2 | 3 | [[#63f17820]] | "long" |
2 | 4 | [[#63f17820]] | "double" |
3 | 1 | [[#4d11b600]] | CHAR |
3 | 2 | [[#4d11b600]] | SHORT |
3 | 3 | [[#4d11b600]] | FLOAT |
3 | 4 | [[#4d11b600]] | BYTE |
4 | 1 | [[#63f177a0]] | "char" |
4 | 2 | [[#63f177a0]] | "short" |
4 | 3 | [[#63f177a0]] | "float" |
4 | 4 | [[#63f177a0]] | "byte" |