CloneSet8775


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17240.951class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117612
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
2422
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java
Clone Instance
1
Line Count
17
Source Line
612
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java

        /**
         * Node type constant indicating a node of type 
         * <code>TagElement</code>.
         * @see TagElement
         * @since 3.0
         */
        public static final int TAG_ELEMENT = 65;

        /**
         * Node type constant indicating a node of type 
         * <code>TextElement</code>.
         * @see TextElement
         * @since 3.0
         */
        public static final int TEXT_ELEMENT = 66;

        /**
         * Node type constant indicating a node of type 
         * <code>MemberRef</code>.
         * @see MemberRef
         * @since 3.0
         */
        public static final int MEMBER_REF = 67;


Clone Instance
2
Line Count
4
Source Line
22
Source File
plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java

        public static final int EXPRESSION_NOT_RVALUE_VOID =                                            65;

        public static final int EXTRANEOUS_TEXT =                                                                                       66;

        public static final int NOT_STATIC_FINAL_SELECTED =                                                     128;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Node type constant indicating a node of type 
         * <code>TagElement</code>.
         * @see TagElement
         * @since 3.0
         */
public static final int  [[#variable97ac6960]]= 65;

/**
         * Node type constant indicating a node of type 
         * <code>TextElement</code>.
         * @see TextElement
         * @since 3.0
         */
public static final int  [[#variable97ac67a0]]= 66;

/**
         * Node type constant indicating a node of type 
         * <code>MemberRef</code>.
         * @see MemberRef
         * @since 3.0
         */
public static final int  [[#variable97ac6880]]= [[#variable97ac6780]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97ac6960]]
TAG_ELEMENT 
12[[#97ac6960]]
EXPRESSION_NOT_RVALUE_VOID 
21[[#97ac67a0]]
TEXT_ELEMENT 
22[[#97ac67a0]]
EXTRANEOUS_TEXT 
31[[#97ac6880]]
MEMBER_REF 
32[[#97ac6880]]
NOT_STATIC_FINAL_SELECTED 
41[[#97ac6780]]
67 
42[[#97ac6780]]
128