CloneSet5222


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
25201.000class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
125215
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
225121
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java
Clone Instance
1
Line Count
25
Source Line
215
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final SimplePropertyDescriptor internalExtraDimensionsProperty() {
                return EXTRA_DIMENSIONS_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final ChildPropertyDescriptor internalInitializerProperty() {
                return INITIALIZER_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final ChildPropertyDescriptor internalNameProperty() {
                return NAME_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalStructuralPropertiesForType(int apiLevel) {
                return propertyDescriptors(apiLevel);
        }


Clone Instance
2
Line Count
25
Source Line
121
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final SimplePropertyDescriptor internalExtraDimensionsProperty() {
                return EXTRA_DIMENSIONS_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final ChildPropertyDescriptor internalInitializerProperty() {
                return INITIALIZER_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
        final ChildPropertyDescriptor internalNameProperty() {
                return NAME_PROPERTY;
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalStructuralPropertiesForType(int apiLevel) {
                return propertyDescriptors(apiLevel);
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
final SimplePropertyDescriptor internalExtraDimensionsProperty() {
  return EXTRA_DIMENSIONS_PROPERTY;
}

/* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
final ChildPropertyDescriptor internalInitializerProperty() {
  return INITIALIZER_PROPERTY;
}

/* (omit javadoc for this method)
         * Method declared on VariableDeclaration.
         * @since 3.1
         */
final ChildPropertyDescriptor internalNameProperty() {
  return NAME_PROPERTY;
}

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
final List internalStructuralPropertiesForType(int apiLevel) {
  return propertyDescriptors(apiLevel);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None