Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
56 | 2 | 6 | 0.978 | class_body_declarations[10] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 56 | 140 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 10 | 24 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java |
| ||||
/** * Character constant indicating the primitive type boolean in a signature. * Value is <code>'Z'</code>. */ public static final char C_BOOLEAN = 'Z'; /** * Character constant indicating the primitive type byte in a signature. * Value is <code>'B'</code>. */ public static final char C_BYTE = 'B'; /** * Character constant indicating the primitive type char in a signature. * Value is <code>'C'</code>. */ public static final char C_CHAR = 'C'; /** * Character constant indicating the primitive type double in a signature. * Value is <code>'D'</code>. */ public static final char C_DOUBLE = 'D'; /** * Character constant indicating the primitive type float in a signature. * Value is <code>'F'</code>. */ public static final char C_FLOAT = 'F'; /** * Character constant indicating the primitive type int in a signature. * Value is <code>'I'</code>. */ public static final char C_INT = 'I'; /** * Character constant indicating the semicolon in a signature. * Value is <code>';'</code>. */ public static final char C_SEMICOLON = ';'; /** * Character constant indicating the colon in a signature. * Value is <code>':'</code>. * @since 3.0 */ public static final char C_COLON = ':'; /** * Character constant indicating the primitive type long in a signature. * Value is <code>'J'</code>. */ public static final char C_LONG = 'J'; /** * Character constant indicating the primitive type short in a signature. * Value is <code>'S'</code>. */ public static final char C_SHORT = 'S'; |
| ||||
public static final char C_BOOLEAN = 'Z'; public static final char C_BYTE = 'B'; public static final char C_CHAR = 'C'; public static final char C_DOUBLE = 'D'; public static final char C_FLOAT = 'F'; public static final char C_INT = 'I'; public static final char C_SEMICOLON = ';'; public static final char C_LONG = 'J'; public static final char C_SHORT = 'S'; public static final char C_VOID = 'V'; |
| |||
/** * Character constant indicating the primitive type boolean in a signature. * Value is <code>'Z'</code>. */ public static final char C_BOOLEAN = 'Z'; /** * Character constant indicating the primitive type byte in a signature. * Value is <code>'B'</code>. */ public static final char C_BYTE = 'B'; /** * Character constant indicating the primitive type char in a signature. * Value is <code>'C'</code>. */ public static final char C_CHAR = 'C'; /** * Character constant indicating the primitive type double in a signature. * Value is <code>'D'</code>. */ public static final char C_DOUBLE = 'D'; /** * Character constant indicating the primitive type float in a signature. * Value is <code>'F'</code>. */ public static final char C_FLOAT = 'F'; /** * Character constant indicating the primitive type int in a signature. * Value is <code>'I'</code>. */ public static final char C_INT = 'I'; /** * Character constant indicating the semicolon in a signature. * Value is <code>';'</code>. */ public static final char C_SEMICOLON = ';'; /** * Character constant indicating the colon in a signature. * Value is <code>':'</code>. * @since 3.0 */ public static final char [[#variable581dd240]]= [[#variable581dd1c0]]; /** * Character constant indicating the primitive type long in a signature. * Value is <code>'J'</code>. */ public static final char [[#variable581dd0e0]]= [[#variable581dd060]]; /** * Character constant indicating the primitive type short in a signature. * Value is <code>'S'</code>. */ public static final char [[#variable57ab2560]]= [[#variable581dd0a0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#581dd240]] | C_COLON |
1 | 2 | [[#581dd240]] | C_LONG |
2 | 1 | [[#581dd1c0]] | ':' |
2 | 2 | [[#581dd1c0]] | 'J' |
3 | 1 | [[#581dd0e0]] | C_LONG |
3 | 2 | [[#581dd0e0]] | C_SHORT |
4 | 1 | [[#581dd060]] | 'J' |
4 | 2 | [[#581dd060]] | 'S' |
5 | 1 | [[#57ab2560]] | C_SHORT |
5 | 2 | [[#57ab2560]] | C_VOID |
6 | 1 | [[#581dd0a0]] | 'S' |
6 | 2 | [[#581dd0a0]] | 'V' |