CloneSet6782


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13240.963class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11365
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java
219164
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMNode.java
Clone Instance
1
Line Count
13
Source Line
65
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CorrectionEngine.java

        /**
         * This field is not intended to be used by client.
         */
        protected static final int IMPORT = 0x00000004;

        /**
         * This field is not intended to be used by client.
         */
        protected static final int METHOD = 0x00000008;

        /**
         * This field is not intended to be used by client.
         */
        protected static final int FIELD = 0x00000010;

        /**
         * This field is not intended to be used by client.
         */
        protected static final int LOCAL = 0x00000020;


Clone Instance
2
Line Count
19
Source Line
164
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/jdom/DOMNode.java

        /**
         * A bit mask indicating this field's type has been
         * altered from its original contents in the document.
         */
        protected static final int MASK_FIELD_TYPE_ALTERED = 0x00000004;

        /**
         * A bit mask indicating this node's name has been
         * altered from its original contents in the document.
         */
        protected static final int MASK_NAME_ALTERED = 0x00000008;

        /**
         * A bit mask indicating this node currently has a
         * body.
         */
        protected static final int MASK_HAS_BODY = 0x00000010;

        /**
         * A bit mask indicating this node currently has a
         * preceding comment.
         */
        protected static final int MASK_HAS_COMMENT = 0x00000020;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * This field is not intended to be used by client.
         */
/**
         * A bit mask indicating this field's type has been
         * altered from its original contents in the document.
         */
protected static final int  [[#variable64978500]]= 0x00000004;

/**
         * This field is not intended to be used by client.
         */
/**
         * A bit mask indicating this node's name has been
         * altered from its original contents in the document.
         */
protected static final int  [[#variable64969740]]= 0x00000008;

/**
         * This field is not intended to be used by client.
         */
/**
         * A bit mask indicating this node currently has a
         * body.
         */
protected static final int  [[#variable64978540]]= 0x00000010;

/**
         * This field is not intended to be used by client.
         */
/**
         * A bit mask indicating this node currently has a
         * preceding comment.
         */
protected static final int  [[#variable64978480]]= 0x00000020;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#64978500]]
IMPORT 
12[[#64978500]]
MASK_FIELD_TYPE_ALTERED 
21[[#64969740]]
METHOD 
22[[#64969740]]
MASK_NAME_ALTERED 
31[[#64978540]]
FIELD 
32[[#64978540]]
MASK_HAS_BODY 
41[[#64978480]]
LOCAL 
42[[#64978480]]
MASK_HAS_COMMENT