Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
25 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 25 | 215 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java |
2 | 25 | 121 | 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); } |
| ||||
/* (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); } |
| |||
/* (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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |