Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.969 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 87 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AbstractTypeDeclaration.java |
2 | 2 | 154 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.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$ } |
| ||||
/** * 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$ } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59d96620]] | internalModifiers2PropertyFactory |
1 | 2 | [[#59d96620]] | internalBodyDeclarationPropertyFactory |
2 | 1 | [[#59d965c0]] | "modifiers" |
2 | 2 | [[#59d965c0]] | "bodyDeclarations" |
3 | 1 | [[#59d96560]] | IExtendedModifier |
3 | 2 | [[#59d96560]] | BodyDeclaration |