CloneSet3632


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8410.978class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1850
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java
2844
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java
3846
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java
4848
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumDeclaration.java
Clone Instance
1
Line Count
8
Source Line
50
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java

        /**
         * The "javadoc" structural property of this node type.
         */
        public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
                internalJavadocPropertyFactory(AnnotationTypeDeclaration.class );

        /**
         * The "modifiers" structural property of this node type.
         */
        public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
                internalModifiers2PropertyFactory(AnnotationTypeDeclaration.class );


Clone Instance
2
Line Count
8
Source Line
44
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java

        /**
         * The "javadoc" structural property of this node type.
         */
        public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
                internalJavadocPropertyFactory(AnnotationTypeMemberDeclaration.class );

        /**
         * The "modifiers" structural property of this node type.
         */
        public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
                internalModifiers2PropertyFactory(AnnotationTypeMemberDeclaration.class );


Clone Instance
3
Line Count
8
Source Line
46
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java

        /**
         * The "javadoc" structural property of this node type.
         */
        public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
                internalJavadocPropertyFactory(EnumConstantDeclaration.class );

        /**
         * The "modifiers" structural property of this node type).
         */
        public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
                internalModifiers2PropertyFactory(EnumConstantDeclaration.class );


Clone Instance
4
Line Count
8
Source Line
48
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumDeclaration.java

        /**
         * The "javadoc" structural property of this node type.
         */
        public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
                internalJavadocPropertyFactory(EnumDeclaration.class );

        /**
         * The "modifiers" structural property of this node type (added in JLS3 API).
         */
        public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
                internalModifiers2PropertyFactory(EnumDeclaration.class );


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * The "javadoc" structural property of this node type.
         */
public static final ChildPropertyDescriptor JAVADOC_PROPERTY = internalJavadocPropertyFactory( [[#variablea533e540]].class );

/**
         * The "modifiers" structural property of this node type.
         */
/**
         * The "modifiers" structural property of this node type).
         */
/**
         * The "modifiers" structural property of this node type (added in JLS3 API).
         */
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY = internalModifiers2PropertyFactory( [[#variablea533e540]].class );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a533e540]]
AnnotationTypeDeclaration 
12[[#a533e540]]
AnnotationTypeMemberDeclaration 
13[[#a533e540]]
EnumConstantDeclaration 
14[[#a533e540]]
EnumDeclaration