| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 28 | 4 | 0.955 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 37 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnonymousClassDeclaration.java |
| 2 | 2 | 61 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayCreation.java |
| 3 | 2 | 33 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayInitializer.java |
| 4 | 2 | 33 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java |
| 5 | 2 | 96 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java |
| 6 | 2 | 91 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java |
| 7 | 2 | 46 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java |
| 8 | 2 | 72 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumDeclaration.java |
| 9 | 2 | 72 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java |
| 10 | 2 | 49 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java |
| 11 | 2 | 63 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java |
| 12 | 2 | 200 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java |
| 13 | 2 | 44 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java |
| 14 | 2 | 134 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java |
| 15 | 2 | 61 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java |
| 16 | 2 | 38 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NormalAnnotation.java |
| 17 | 2 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java |
| 18 | 2 | 45 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParameterizedType.java |
| 19 | 2 | 51 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java |
| 20 | 2 | 54 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java |
| 21 | 2 | 62 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java |
| 22 | 2 | 47 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchStatement.java |
| 23 | 2 | 49 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java |
| 24 | 2 | 42 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java |
| 25 | 2 | 57 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java |
| 26 | 2 | 71 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java |
| 27 | 2 | 60 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java |
| 28 | 2 | 74 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java |
| ||||
/**
* The "bodyDeclarations" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor BODY_DECLARATIONS_PROPERTY =
new ChildListPropertyDescriptor(AnonymousClassDeclaration.class , "bodyDeclarations", BodyDeclaration.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "dimensions" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor DIMENSIONS_PROPERTY =
new ChildListPropertyDescriptor(ArrayCreation.class , "dimensions", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "expressions" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor EXPRESSIONS_PROPERTY =
new ChildListPropertyDescriptor(ArrayInitializer.class , "expressions", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "statements" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor STATEMENTS_PROPERTY =
new ChildListPropertyDescriptor(Block.class , "statements", Statement.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(ClassInstanceCreation.class , "arguments", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "types" structural property of this node type.
*
* @since 3.0
*/
public static final ChildListPropertyDescriptor TYPES_PROPERTY =
new ChildListPropertyDescriptor(CompilationUnit.class , "types", AbstractTypeDeclaration.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(ConstructorInvocation.class , "arguments", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "enumConstants" structural property of this node type.
*/
public static final ChildListPropertyDescriptor ENUM_CONSTANTS_PROPERTY =
new ChildListPropertyDescriptor(EnumDeclaration.class , "enumConstants", EnumConstantDeclaration.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "fragments" structural property of this node type).
* @since 3.0
*/
public static final ChildListPropertyDescriptor FRAGMENTS_PROPERTY =
new ChildListPropertyDescriptor(FieldDeclaration.class , "fragments", VariableDeclarationFragment.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "initializers" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor INITIALIZERS_PROPERTY =
new ChildListPropertyDescriptor(ForStatement.class , "initializers", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "updaters" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor UPDATERS_PROPERTY =
new ChildListPropertyDescriptor(ForStatement.class , "updaters", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "extendedOperands" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor EXTENDED_OPERANDS_PROPERTY =
new ChildListPropertyDescriptor(InfixExpression.class , "extendedOperands", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "tags" structural property of this node type.
* @since 3.1
*/
public static final ChildListPropertyDescriptor TAGS_PROPERTY =
new ChildListPropertyDescriptor(Javadoc.class , "tags", TagElement.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "parameters" structural property of this node type).
* @since 3.0
*/
public static final ChildListPropertyDescriptor PARAMETERS_PROPERTY =
new ChildListPropertyDescriptor(MethodDeclaration.class , "parameters", SingleVariableDeclaration.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(MethodInvocation.class , "arguments", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "values" structural property of this node type.
*/
public static final ChildListPropertyDescriptor VALUES_PROPERTY =
new ChildListPropertyDescriptor(NormalAnnotation.class , "values", MemberValuePair.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "annotations" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
public static final ChildListPropertyDescriptor ANNOTATIONS_PROPERTY =
new ChildListPropertyDescriptor(PackageDeclaration.class , "annotations", Annotation.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "typeArguments" structural property of this node type.
*/
public static final ChildListPropertyDescriptor TYPE_ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(ParameterizedType.class , "typeArguments", Type.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
new ChildListPropertyDescriptor(SingleVariableDeclaration.class , "modifiers", IExtendedModifier.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(SuperConstructorInvocation.class , "arguments", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor ARGUMENTS_PROPERTY =
new ChildListPropertyDescriptor(SuperMethodInvocation.class , "arguments", Expression.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "statements" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor STATEMENTS_PROPERTY =
new ChildListPropertyDescriptor(SwitchStatement.class , "statements", Statement.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "fragments" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor FRAGMENTS_PROPERTY =
new ChildListPropertyDescriptor(TagElement.class , "fragments", IDocElement.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "catchClauses" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor CATCH_CLAUSES_PROPERTY =
new ChildListPropertyDescriptor(TryStatement.class , "catchClauses", CatchClause.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
new ChildListPropertyDescriptor(VariableDeclarationExpression.class , "modifiers", IExtendedModifier.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "fragments" structural property of this node type).
* @since 3.0
*/
public static final ChildListPropertyDescriptor FRAGMENTS_PROPERTY =
new ChildListPropertyDescriptor(VariableDeclarationExpression.class , "fragments", VariableDeclarationFragment.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
public static final ChildListPropertyDescriptor MODIFIERS2_PROPERTY =
new ChildListPropertyDescriptor(VariableDeclarationStatement.class , "modifiers", IExtendedModifier.class , CYCLE_RISK); //$NON-NLS-1$
|
| ||||
/**
* The "fragments" structural property of this node type).
* @since 3.0
*/
public static final ChildListPropertyDescriptor FRAGMENTS_PROPERTY =
new ChildListPropertyDescriptor(VariableDeclarationStatement.class , "fragments", VariableDeclarationFragment.class , CYCLE_RISK); //$NON-NLS-1$
|
| |||
/**
* The "modifiers" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
/**
* The "fragments" structural property of this node type).
* @since 3.0
*/
/**
* The "catchClauses" structural property of this node type.
* @since 3.0
*/
/**
* The "fragments" structural property of this node type.
* @since 3.0
*/
/**
* The "statements" structural property of this node type.
* @since 3.0
*/
/**
* The "arguments" structural property of this node type.
* @since 3.0
*/
/**
* The "typeArguments" structural property of this node type.
*/
/**
* The "annotations" structural property of this node type (added in JLS3 API).
* @since 3.1
*/
/**
* The "values" structural property of this node type.
*/
/**
* The "parameters" structural property of this node type).
* @since 3.0
*/
/**
* The "tags" structural property of this node type.
* @since 3.1
*/
/**
* The "extendedOperands" structural property of this node type.
* @since 3.0
*/
/**
* The "initializers" structural property of this node type.
* @since 3.0
*/
/**
* The "updaters" structural property of this node type.
* @since 3.0
*/
/**
* The "enumConstants" structural property of this node type.
*/
/**
* The "types" structural property of this node type.
*
* @since 3.0
*/
/**
* The "expressions" structural property of this node type.
* @since 3.0
*/
/**
* The "dimensions" structural property of this node type.
* @since 3.0
*/
/**
* The "bodyDeclarations" structural property of this node type.
* @since 3.0
*/
public static final ChildListPropertyDescriptor [[#variableb8be8b00]]= new ChildListPropertyDescriptor( [[#variableb8be8aa0]].class , [[#variableb8be8a00]], [[#variableb8be8920]].class , CYCLE_RISK); //$NON-NLS-1$
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b8be8b00]] | MODIFIERS2_PROPERTY |
| 1 | 2 | [[#b8be8b00]] | FRAGMENTS_PROPERTY |
| 1 | 3 | [[#b8be8b00]] | MODIFIERS2_PROPERTY |
| 1 | 4 | [[#b8be8b00]] | FRAGMENTS_PROPERTY |
| 1 | 5 | [[#b8be8b00]] | CATCH_CLAUSES_PROPERTY |
| 1 | 6 | [[#b8be8b00]] | FRAGMENTS_PROPERTY |
| 1 | 7 | [[#b8be8b00]] | STATEMENTS_PROPERTY |
| 1 | 8 | [[#b8be8b00]] | ARGUMENTS_PROPERTY |
| 1 | 9 | [[#b8be8b00]] | ARGUMENTS_PROPERTY |
| 1 | 10 | [[#b8be8b00]] | MODIFIERS2_PROPERTY |
| 1 | 11 | [[#b8be8b00]] | TYPE_ARGUMENTS_PROPERTY |
| 1 | 12 | [[#b8be8b00]] | ANNOTATIONS_PROPERTY |
| 1 | 13 | [[#b8be8b00]] | VALUES_PROPERTY |
| 1 | 14 | [[#b8be8b00]] | ARGUMENTS_PROPERTY |
| 1 | 15 | [[#b8be8b00]] | PARAMETERS_PROPERTY |
| 1 | 16 | [[#b8be8b00]] | TAGS_PROPERTY |
| 1 | 17 | [[#b8be8b00]] | EXTENDED_OPERANDS_PROPERTY |
| 1 | 18 | [[#b8be8b00]] | INITIALIZERS_PROPERTY |
| 1 | 19 | [[#b8be8b00]] | UPDATERS_PROPERTY |
| 1 | 20 | [[#b8be8b00]] | FRAGMENTS_PROPERTY |
| 1 | 21 | [[#b8be8b00]] | ENUM_CONSTANTS_PROPERTY |
| 1 | 22 | [[#b8be8b00]] | ARGUMENTS_PROPERTY |
| 1 | 23 | [[#b8be8b00]] | TYPES_PROPERTY |
| 1 | 24 | [[#b8be8b00]] | ARGUMENTS_PROPERTY |
| 1 | 25 | [[#b8be8b00]] | STATEMENTS_PROPERTY |
| 1 | 26 | [[#b8be8b00]] | EXPRESSIONS_PROPERTY |
| 1 | 27 | [[#b8be8b00]] | DIMENSIONS_PROPERTY |
| 1 | 28 | [[#b8be8b00]] | BODY_DECLARATIONS_PROPERTY |
| 2 | 1 | [[#b8be8aa0]] | VariableDeclarationStatement |
| 2 | 2 | [[#b8be8aa0]] | VariableDeclarationStatement |
| 2 | 3 | [[#b8be8aa0]] | VariableDeclarationExpression |
| 2 | 4 | [[#b8be8aa0]] | VariableDeclarationExpression |
| 2 | 5 | [[#b8be8aa0]] | TryStatement |
| 2 | 6 | [[#b8be8aa0]] | TagElement |
| 2 | 7 | [[#b8be8aa0]] | SwitchStatement |
| 2 | 8 | [[#b8be8aa0]] | SuperMethodInvocation |
| 2 | 9 | [[#b8be8aa0]] | SuperConstructorInvocation |
| 2 | 10 | [[#b8be8aa0]] | SingleVariableDeclaration |
| 2 | 11 | [[#b8be8aa0]] | ParameterizedType |
| 2 | 12 | [[#b8be8aa0]] | PackageDeclaration |
| 2 | 13 | [[#b8be8aa0]] | NormalAnnotation |
| 2 | 14 | [[#b8be8aa0]] | MethodInvocation |
| 2 | 15 | [[#b8be8aa0]] | MethodDeclaration |
| 2 | 16 | [[#b8be8aa0]] | Javadoc |
| 2 | 17 | [[#b8be8aa0]] | InfixExpression |
| 2 | 18 | [[#b8be8aa0]] | ForStatement |
| 2 | 19 | [[#b8be8aa0]] | ForStatement |
| 2 | 20 | [[#b8be8aa0]] | FieldDeclaration |
| 2 | 21 | [[#b8be8aa0]] | EnumDeclaration |
| 2 | 22 | [[#b8be8aa0]] | ConstructorInvocation |
| 2 | 23 | [[#b8be8aa0]] | CompilationUnit |
| 2 | 24 | [[#b8be8aa0]] | ClassInstanceCreation |
| 2 | 25 | [[#b8be8aa0]] | Block |
| 2 | 26 | [[#b8be8aa0]] | ArrayInitializer |
| 2 | 27 | [[#b8be8aa0]] | ArrayCreation |
| 2 | 28 | [[#b8be8aa0]] | AnonymousClassDeclaration |
| 3 | 1 | [[#b8be8a00]] | "modifiers" |
| 3 | 2 | [[#b8be8a00]] | "fragments" |
| 3 | 3 | [[#b8be8a00]] | "modifiers" |
| 3 | 4 | [[#b8be8a00]] | "fragments" |
| 3 | 5 | [[#b8be8a00]] | "catchClauses" |
| 3 | 6 | [[#b8be8a00]] | "fragments" |
| 3 | 7 | [[#b8be8a00]] | "statements" |
| 3 | 8 | [[#b8be8a00]] | "arguments" |
| 3 | 9 | [[#b8be8a00]] | "arguments" |
| 3 | 10 | [[#b8be8a00]] | "modifiers" |
| 3 | 11 | [[#b8be8a00]] | "typeArguments" |
| 3 | 12 | [[#b8be8a00]] | "annotations" |
| 3 | 13 | [[#b8be8a00]] | "values" |
| 3 | 14 | [[#b8be8a00]] | "arguments" |
| 3 | 15 | [[#b8be8a00]] | "parameters" |
| 3 | 16 | [[#b8be8a00]] | "tags" |
| 3 | 17 | [[#b8be8a00]] | "extendedOperands" |
| 3 | 18 | [[#b8be8a00]] | "initializers" |
| 3 | 19 | [[#b8be8a00]] | "updaters" |
| 3 | 20 | [[#b8be8a00]] | "fragments" |
| 3 | 21 | [[#b8be8a00]] | "enumConstants" |
| 3 | 22 | [[#b8be8a00]] | "arguments" |
| 3 | 23 | [[#b8be8a00]] | "types" |
| 3 | 24 | [[#b8be8a00]] | "arguments" |
| 3 | 25 | [[#b8be8a00]] | "statements" |
| 3 | 26 | [[#b8be8a00]] | "expressions" |
| 3 | 27 | [[#b8be8a00]] | "dimensions" |
| 3 | 28 | [[#b8be8a00]] | "bodyDeclarations" |
| 4 | 1 | [[#b8be8920]] | IExtendedModifier |
| 4 | 2 | [[#b8be8920]] | VariableDeclarationFragment |
| 4 | 3 | [[#b8be8920]] | IExtendedModifier |
| 4 | 4 | [[#b8be8920]] | VariableDeclarationFragment |
| 4 | 5 | [[#b8be8920]] | CatchClause |
| 4 | 6 | [[#b8be8920]] | IDocElement |
| 4 | 7 | [[#b8be8920]] | Statement |
| 4 | 8 | [[#b8be8920]] | Expression |
| 4 | 9 | [[#b8be8920]] | Expression |
| 4 | 10 | [[#b8be8920]] | IExtendedModifier |
| 4 | 11 | [[#b8be8920]] | Type |
| 4 | 12 | [[#b8be8920]] | Annotation |
| 4 | 13 | [[#b8be8920]] | MemberValuePair |
| 4 | 14 | [[#b8be8920]] | Expression |
| 4 | 15 | [[#b8be8920]] | SingleVariableDeclaration |
| 4 | 16 | [[#b8be8920]] | TagElement |
| 4 | 17 | [[#b8be8920]] | Expression |
| 4 | 18 | [[#b8be8920]] | Expression |
| 4 | 19 | [[#b8be8920]] | Expression |
| 4 | 20 | [[#b8be8920]] | VariableDeclarationFragment |
| 4 | 21 | [[#b8be8920]] | EnumConstantDeclaration |
| 4 | 22 | [[#b8be8920]] | Expression |
| 4 | 23 | [[#b8be8920]] | AbstractTypeDeclaration |
| 4 | 24 | [[#b8be8920]] | Expression |
| 4 | 25 | [[#b8be8920]] | Statement |
| 4 | 26 | [[#b8be8920]] | Expression |
| 4 | 27 | [[#b8be8920]] | Expression |
| 4 | 28 | [[#b8be8920]] | BodyDeclaration |