CloneSet8776


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15230.963class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115511
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
21171
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java
Clone Instance
1
Line Count
15
Source Line
511
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java

        /**
         * Node type constant indicating a node of type 
         * <code>SynchronizedStatement</code>.
         * @see SynchronizedStatement
         */
        public static final int SYNCHRONIZED_STATEMENT = 51;

        /**
         * Node type constant indicating a node of type 
         * <code>ThisExpression</code>.
         * @see ThisExpression
         */
        public static final int THIS_EXPRESSION = 52;

        /**
         * Node type constant indicating a node of type 
         * <code>ThrowStatement</code>.
         * @see ThrowStatement
         */
        public static final int THROW_STATEMENT = 53;


Clone Instance
2
Line Count
11
Source Line
71
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java

        /**
         * Text operation code for requesting the outline for the current input.
         */
        public static final int SHOW_OUTLINE = 51;

        /**
         * Text operation code for requesting the outline for the element at the current position.
         */
        public static final int OPEN_STRUCTURE = 52;

        /**
         * Text operation code for requesting the hierarchy for the current input.
         */
        public static final int SHOW_HIERARCHY = 53;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Node type constant indicating a node of type 
         * <code>SynchronizedStatement</code>.
         * @see SynchronizedStatement
         */
/**
         * Text operation code for requesting the outline for the current input.
         */
public static final int  [[#variable97ac7dc0]]= 51;

/**
         * Node type constant indicating a node of type 
         * <code>ThisExpression</code>.
         * @see ThisExpression
         */
/**
         * Text operation code for requesting the outline for the element at the current position.
         */
public static final int  [[#variable97ac7e60]]= 52;

/**
         * Node type constant indicating a node of type 
         * <code>ThrowStatement</code>.
         * @see ThrowStatement
         */
/**
         * Text operation code for requesting the hierarchy for the current input.
         */
public static final int  [[#variable97ac7d80]]= 53;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97ac7dc0]]
SYNCHRONIZED_STATEMENT 
12[[#97ac7dc0]]
SHOW_OUTLINE 
21[[#97ac7e60]]
THIS_EXPRESSION 
22[[#97ac7e60]]
OPEN_STRUCTURE 
31[[#97ac7d80]]
THROW_STATEMENT 
32[[#97ac7d80]]
SHOW_HIERARCHY