CloneSet7538


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

        /**
         * Creates and returns a structural property descriptor for the
         * "bodyDeclaration" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
        static final ChildListPropertyDescriptor internalBodyDeclarationPropertyFactory(Class nodeClass) {
                return new ChildListPropertyDescriptor(nodeClass, "bodyDeclarations", BodyDeclaration.class , CYCLE_RISK); //$NON-NLS-1$
        }


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

        /**
         * Creates and returns a structural property descriptor for the
         * "modifiers" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
        static final ChildListPropertyDescriptor internalModifiers2PropertyFactory(Class nodeClass) {
                return new ChildListPropertyDescriptor(nodeClass, "modifiers", IExtendedModifier.class , CYCLE_RISK); //$NON-NLS-1$
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Creates and returns a structural property descriptor for the
         * "modifiers" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
/**
         * Creates and returns a structural property descriptor for the
         * "bodyDeclaration" property declared on the given concrete node type.
         * 
         * @return the property descriptor
         */
static final ChildListPropertyDescriptor  [[#variable59d96620]](Class nodeClass) {
  return new ChildListPropertyDescriptor(nodeClass,  [[#variable59d965c0]],  [[#variable59d96560]].class , CYCLE_RISK); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59d96620]]
internalModifiers2PropertyFactory 
12[[#59d96620]]
internalBodyDeclarationPropertyFactory 
21[[#59d965c0]]
"modifiers" 
22[[#59d965c0]]
"bodyDeclarations" 
31[[#59d96560]]
IExtendedModifier 
32[[#59d96560]]
BodyDeclaration