CloneSet4210


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2340.963class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1297
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AbstractTypeDeclaration.java
2251
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Annotation.java
32134
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java
Clone Instance
1
Line Count
2
Source Line
97
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AbstractTypeDeclaration.java

        /**
         * Creates and returns a structural property descriptor for the
         * "name" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
        static final ChildPropertyDescriptor internalNamePropertyFactory(Class nodeClass) {
                return new ChildPropertyDescriptor(nodeClass, "name", Name.class , MANDATORY, NO_CYCLE_RISK); //$NON-NLS-1$
        }


Clone Instance
2
Line Count
2
Source Line
51
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Annotation.java

        /**
         * Creates and returns a structural property descriptor for the
         * "typeName" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
        static final ChildPropertyDescriptor internalTypeNamePropertyFactory(Class nodeClass) {
                return new ChildPropertyDescriptor(nodeClass, "typeName", Name.class , MANDATORY, NO_CYCLE_RISK); //$NON-NLS-1$
        }


Clone Instance
3
Line Count
2
Source Line
134
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java

        /**
         * Creates and returns a structural property descriptor for the
         * "javadoc" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
        static final ChildPropertyDescriptor internalJavadocPropertyFactory(Class nodeClass) {
                return new ChildPropertyDescriptor(nodeClass, "javadoc", Javadoc.class , OPTIONAL, NO_CYCLE_RISK); //$NON-NLS-1$
        }


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * Creates and returns a structural property descriptor for the
         * "javadoc" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
/**
         * Creates and returns a structural property descriptor for the
         * "typeName" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
/**
         * Creates and returns a structural property descriptor for the
         * "name" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
static final ChildPropertyDescriptor  [[#variablea3c33680]](Class nodeClass) {
  return new ChildPropertyDescriptor(nodeClass,  [[#variablea3c33600]],  [[#variablea3c33560]].class ,  [[#variablea3c334e0]], NO_CYCLE_RISK); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a3c33680]]
internalJavadocPropertyFactory 
12[[#a3c33680]]
internalTypeNamePropertyFactory 
13[[#a3c33680]]
internalNamePropertyFactory 
21[[#a3c33600]]
"javadoc" 
22[[#a3c33600]]
"typeName" 
23[[#a3c33600]]
"name" 
31[[#a3c33560]]
Javadoc 
32[[#a3c33560]]
Name 
33[[#a3c33560]]
Name 
41[[#a3c334e0]]
OPTIONAL 
42[[#a3c334e0]]
MANDATORY 
43[[#a3c334e0]]
MANDATORY