CloneSet6779


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
30240.963interface_member_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13059
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IBinding.java
21863
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/IRuntimeClasspathEntry.java
Clone Instance
1
Line Count
30
Source Line
59
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IBinding.java

        /**
         * Kind constant (value 3) indicating a field or local variable binding.
         * Bindings of this kind can be safely cast to <code>IVariableBinding</code>.
         * 
         * @see #getKind()
         * @see IVariableBinding
         */
        public static final int VARIABLE = 3;

        /**
         * Kind constant (value 4) indicating a method or constructor binding.
         * Bindings of this kind can be safely cast to <code>IMethodBinding</code>.
         * 
         * @see #getKind()
         * @see IMethodBinding
         */
        public static final int METHOD = 4;

        /**
         * Kind constant (value 5) indicating an annotation binding.
         * Bindings of this kind can be safely cast to <code>IAnnotationBinding</code>.
         * 
         * @see #getKind()
         * @see IAnnotationBinding
         * @since 3.2
         */
        public static final int ANNOTATION = 5;

        /**
         * Kind constant (value 6) indicating a member value pair binding.
         * Bindings of this kind can be safely cast to <code>IMemberValuePairBinding</code>.
         * 
         * @see #getKind()
         * @see IMemberValuePairBinding
         * @since 3.2
         */
        public static final int MEMBER_VALUE_PAIR = 6;


Clone Instance
2
Line Count
18
Source Line
63
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/IRuntimeClasspathEntry.java

        /**
         * Type identifier for variable entries.
         */
        public static final int VARIABLE = 3;

        /**
         * Type identifier for container entries.
         */
        public static final int CONTAINER = 4;

        /**
         * Type identifier for contributed entries.
         * @since 3.0
         */
        public static final int OTHER = 5;

        /**
         * Classpath property identifier for entries that appear on the
         * bootstrap path by default.
         */
        public static final int STANDARD_CLASSES = 1;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Kind constant (value 3) indicating a field or local variable binding.
         * Bindings of this kind can be safely cast to <code>IVariableBinding</code>.
         * 
         * @see #getKind()
         * @see IVariableBinding
         */
/**
         * Type identifier for variable entries.
         */
public static final int VARIABLE = 3;
/**
         * Kind constant (value 4) indicating a method or constructor binding.
         * Bindings of this kind can be safely cast to <code>IMethodBinding</code>.
         * 
         * @see #getKind()
         * @see IMethodBinding
         */
/**
         * Type identifier for container entries.
         */
public static final int  [[#variable648a9e60]]= 4;
/**
         * Kind constant (value 5) indicating an annotation binding.
         * Bindings of this kind can be safely cast to <code>IAnnotationBinding</code>.
         * 
         * @see #getKind()
         * @see IAnnotationBinding
         * @since 3.2
         */
/**
         * Type identifier for contributed entries.
         * @since 3.0
         */
public static final int  [[#variable648a9d80]]= 5;
/**
         * Kind constant (value 6) indicating a member value pair binding.
         * Bindings of this kind can be safely cast to <code>IMemberValuePairBinding</code>.
         * 
         * @see #getKind()
         * @see IMemberValuePairBinding
         * @since 3.2
         */
/**
         * Classpath property identifier for entries that appear on the
         * bootstrap path by default.
         */
public static final int  [[#variable648a9d00]]= [[#variable648a9d40]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#648a9e60]]
METHOD 
12[[#648a9e60]]
CONTAINER 
21[[#648a9d80]]
ANNOTATION 
22[[#648a9d80]]
OTHER 
31[[#648a9d00]]
MEMBER_VALUE_PAIR 
32[[#648a9d00]]
STANDARD_CLASSES 
41[[#648a9d40]]
6 
42[[#648a9d40]]
1