| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 4 | 1 | 0.978 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java |
| 2 | 8 | 44 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java |
| 3 | 8 | 46 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java |
| 4 | 8 | 48 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumDeclaration.java |
| ||||
/**
* The "javadoc" structural property of this node type.
*/
public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
internalJavadocPropertyFactory(AnnotationTypeDeclaration.class );
/**
* The "modifiers" structural property of this node type.
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
internalModifiers2PropertyFactory(AnnotationTypeDeclaration.class );
|
| ||||
/**
* The "javadoc" structural property of this node type.
*/
public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
internalJavadocPropertyFactory(AnnotationTypeMemberDeclaration.class );
/**
* The "modifiers" structural property of this node type.
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
internalModifiers2PropertyFactory(AnnotationTypeMemberDeclaration.class );
|
| ||||
/**
* The "javadoc" structural property of this node type.
*/
public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
internalJavadocPropertyFactory(EnumConstantDeclaration.class );
/**
* The "modifiers" structural property of this node type).
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
internalModifiers2PropertyFactory(EnumConstantDeclaration.class );
|
| ||||
/**
* The "javadoc" structural property of this node type.
*/
public static final ChildPropertyDescriptor JAVADOC_PROPERTY =
internalJavadocPropertyFactory(EnumDeclaration.class );
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
internalModifiers2PropertyFactory(EnumDeclaration.class );
|
| |||
/**
* The "javadoc" structural property of this node type.
*/
public static final ChildPropertyDescriptor JAVADOC_PROPERTY = internalJavadocPropertyFactory( [[#variablea533e540]].class );
/**
* The "modifiers" structural property of this node type.
*/
/**
* The "modifiers" structural property of this node type).
*/
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY = internalModifiers2PropertyFactory( [[#variablea533e540]].class );
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a533e540]] | AnnotationTypeDeclaration |
| 1 | 2 | [[#a533e540]] | AnnotationTypeMemberDeclaration |
| 1 | 3 | [[#a533e540]] | EnumConstantDeclaration |
| 1 | 4 | [[#a533e540]] | EnumDeclaration |