CloneSet456


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
51701.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15152
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java
2589
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java
35120
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java
4597
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java
5599
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Initializer.java
6587
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java
75205
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
85108
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java
95104
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java
105101
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java
115136
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
12599
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java
135109
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java
145199
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java
15595
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclarationStatement.java
165117
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java
175120
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java
Clone Instance
1
Line Count
5
Source Line
152
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
2
Line Count
5
Source Line
89
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
3
Line Count
5
Source Line
120
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
4
Line Count
5
Source Line
97
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
5
Line Count
5
Source Line
99
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Initializer.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
6
Line Count
5
Source Line
87
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
7
Line Count
5
Source Line
205
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the AST.JLS* constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
8
Line Count
5
Source Line
108
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
9
Line Count
5
Source Line
104
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the AST.JLS* constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
10
Line Count
5
Source Line
101
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
11
Line Count
5
Source Line
136
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
12
Line Count
5
Source Line
99
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
13
Line Count
5
Source Line
109
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
14
Line Count
5
Source Line
199
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
15
Line Count
5
Source Line
95
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclarationStatement.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
16
Line Count
5
Source Line
117
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone Instance
17
Line Count
5
Source Line
120
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java

        /**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
        public static List propertyDescriptors(int apiLevel) {
                if (apiLevel == AST.JLS2_INTERNAL) {
                        return PROPERTY_DESCRIPTORS_2_0;
                }
                else   {
                        return PROPERTY_DESCRIPTORS_3_0;
                }
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants

         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
/**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the
         * <code>AST.JLS*</code> constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
/**
         * Returns a list of structural property descriptors for this node type.
         * Clients must not modify the result.
         * 
         * @param apiLevel the API level; one of the AST.JLS* constants
         * @return a list of property descriptors (element type: 
         * {@link StructuralPropertyDescriptor})
         * @since 3.0
         */
public static List propertyDescriptors(int apiLevel) {
  if (apiLevel == AST.JLS2_INTERNAL) {
    return PROPERTY_DESCRIPTORS_2_0;
  }
  else {
    return PROPERTY_DESCRIPTORS_3_0;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None