CloneSet3033


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
35220.983class_body_declarations[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
135194
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java
234177
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Initializer.java
Clone Instance
1
Line Count
35
Source Line
194
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == MODIFIERS2_PROPERTY) {
                        return modifiers();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final ChildPropertyDescriptor internalJavadocProperty() {
                return JAVADOC_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final ChildListPropertyDescriptor internalModifiers2Property() {
                return MODIFIERS2_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final SimplePropertyDescriptor internalModifiersProperty() {
                // this property will not be asked for (node type did not exist in JLS2)
                return null;
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return ANNOTATION_TYPE_MEMBER_DECLARATION;
        }


Clone Instance
2
Line Count
34
Source Line
177
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Initializer.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == MODIFIERS2_PROPERTY) {
                        return modifiers();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final ChildPropertyDescriptor internalJavadocProperty() {
                return JAVADOC_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final ChildListPropertyDescriptor internalModifiers2Property() {
                return MODIFIERS2_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
        final SimplePropertyDescriptor internalModifiersProperty() {
                return MODIFIERS_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return INITIALIZER;
        }


Clone AbstractionParameter Count: 2Parameter Bindings

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
  if (property == MODIFIERS2_PROPERTY) {
    return modifiers();
  }
  // allow default implementation to flag the error
  return super.internalGetChildListProperty(property);
}

/* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
final ChildPropertyDescriptor internalJavadocProperty() {
  return JAVADOC_PROPERTY;
}

/* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
final ChildListPropertyDescriptor internalModifiers2Property() {
  return MODIFIERS2_PROPERTY;
}

/* (omit javadoc for this method)
         * Method declared on BodyDeclaration.
         */
final SimplePropertyDescriptor internalModifiersProperty() {
  // this property will not be asked for (node type did not exist in JLS2)
  return [[#variable9c0ed600]];
}

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
final int getNodeType0() {
  return [[#variable9c0ed4e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c0ed600]]
null 
12[[#9c0ed600]]
MODIFIERS_PROPERTY 
21[[#9c0ed4e0]]
ANNOTATION_TYPE_MEMBER_DECLARATION 
22[[#9c0ed4e0]]
INITIALIZER