CloneSet4252


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6260.963class_body_declarations[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1639
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFormatException.java
236315
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
Clone Instance
1
Line Count
6
Source Line
39
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFormatException.java

        public static final int ErrMalformedAttribute = 23;

        public static final int ErrBadInterface = 24;

        public static final int ErrInterfaceMustSubclassObject = 25;

        public static final int ErrIncorrectInterfaceMethods = 26;

        public static final int ErrInvalidMethodName = 27;

        public static final int ErrInvalidMethodSignature = 28;


Clone Instance
2
Line Count
36
Source Line
315
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java

        /**
         * Node type constant indicating a node of type 
         * <code>FieldDeclaration</code>.
         * @see FieldDeclaration
         */
        public static final int FIELD_DECLARATION = 23;

        /**
         * Node type constant indicating a node of type 
         * <code>ForStatement</code>.
         * @see ForStatement
         */
        public static final int FOR_STATEMENT = 24;

        /**
         * Node type constant indicating a node of type 
         * <code>IfStatement</code>.
         * @see IfStatement
         */
        public static final int IF_STATEMENT = 25;

        /**
         * Node type constant indicating a node of type 
         * <code>ImportDeclaration</code>.
         * @see ImportDeclaration
         */
        public static final int IMPORT_DECLARATION = 26;

        /**
         * Node type constant indicating a node of type 
         * <code>InfixExpression</code>.
         * @see InfixExpression
         */
        public static final int INFIX_EXPRESSION = 27;

        /**
         * Node type constant indicating a node of type 
         * <code>Initializer</code>.
         * @see Initializer
         */
        public static final int INITIALIZER = 28;


Clone AbstractionParameter Count: 6Parameter Bindings

/**
         * Node type constant indicating a node of type 
         * <code>FieldDeclaration</code>.
         * @see FieldDeclaration
         */
public static final int  [[#variable92252720]]= 23;

/**
         * Node type constant indicating a node of type 
         * <code>ForStatement</code>.
         * @see ForStatement
         */
public static final int  [[#variable92252680]]= 24;

/**
         * Node type constant indicating a node of type 
         * <code>IfStatement</code>.
         * @see IfStatement
         */
public static final int  [[#variable922525c0]]= 25;

/**
         * Node type constant indicating a node of type 
         * <code>ImportDeclaration</code>.
         * @see ImportDeclaration
         */
public static final int  [[#variable92252500]]= 26;

/**
         * Node type constant indicating a node of type 
         * <code>InfixExpression</code>.
         * @see InfixExpression
         */
public static final int  [[#variable922524c0]]= 27;

/**
         * Node type constant indicating a node of type 
         * <code>Initializer</code>.
         * @see Initializer
         */
public static final int  [[#variable92252560]]= 28;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92252720]]
ErrMalformedAttribute 
12[[#92252720]]
FIELD_DECLARATION 
21[[#92252680]]
ErrBadInterface 
22[[#92252680]]
FOR_STATEMENT 
31[[#922525c0]]
ErrInterfaceMustSubclassObject 
32[[#922525c0]]
IF_STATEMENT 
41[[#92252500]]
ErrIncorrectInterfaceMethods 
42[[#92252500]]
IMPORT_DECLARATION 
51[[#922524c0]]
ErrInvalidMethodName 
52[[#922524c0]]
INFIX_EXPRESSION 
61[[#92252560]]
ErrInvalidMethodSignature 
62[[#92252560]]
INITIALIZER