CloneSet2095


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
56260.978class_body_declarations[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
156140
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java
21024
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java
Clone Instance
1
Line Count
56
Source Line
140
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.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';


Clone Instance
2
Line Count
10
Source Line
24
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java

        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';


Clone AbstractionParameter Count: 6Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#581dd240]]
C_COLON 
12[[#581dd240]]
C_LONG 
21[[#581dd1c0]]
':' 
22[[#581dd1c0]]
'J' 
31[[#581dd0e0]]
C_LONG 
32[[#581dd0e0]]
C_SHORT 
41[[#581dd060]]
'J' 
42[[#581dd060]]
'S' 
51[[#57ab2560]]
C_SHORT 
52[[#57ab2560]]
C_VOID 
61[[#581dd0a0]]
'S' 
62[[#581dd0a0]]
'V'