Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.958 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 565 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
2 | 1 | 568 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
3 | 1 | 571 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
4 | 1 | 572 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
| ||||
public final Prefix METHOD_BODY = new FormattingPrefix("void a() {}", ") {", CodeFormatter.K_CLASS_BODY_DECLARATIONS); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
public final Prefix ANNOT_MEMBER_DEFAULT = new FormattingPrefix("String value() default 1;", ") default 1", CodeFormatter.K_CLASS_BODY_DECLARATIONS); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
public final Prefix WILDCARD_EXTENDS = new FormattingPrefix("A<? extends B> a;", "? extends B", CodeFormatter.K_CLASS_BODY_DECLARATIONS); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
public final Prefix WILDCARD_SUPER = new FormattingPrefix("A<? super B> a;", "? super B", CodeFormatter.K_CLASS_BODY_DECLARATIONS); //$NON-NLS-1$ //$NON-NLS-2$ |
| |||
public final Prefix [[#variableb217ce00]]= new FormattingPrefix( [[#variableb217cd80]], [[#variableb217cce0]], CodeFormatter.K_CLASS_BODY_DECLARATIONS); //$NON-NLS-1$ //$NON-NLS-2$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b217ce00]] | METHOD_BODY |
1 | 2 | [[#b217ce00]] | ANNOT_MEMBER_DEFAULT |
1 | 3 | [[#b217ce00]] | WILDCARD_EXTENDS |
1 | 4 | [[#b217ce00]] | WILDCARD_SUPER |
2 | 1 | [[#b217cd80]] | "void a() {}" |
2 | 2 | [[#b217cd80]] | "String value() default 1;" |
2 | 3 | [[#b217cd80]] | "A<? extends B> a;" |
2 | 4 | [[#b217cd80]] | "A<? super B> a;" |
3 | 1 | [[#b217cce0]] | ") {" |
3 | 2 | [[#b217cce0]] | ") default 1" |
3 | 3 | [[#b217cce0]] | "? extends B" |
3 | 4 | [[#b217cce0]] | "? super B" |