Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.958 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 564 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
2 | 1 | 566 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
3 | 1 | 567 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java |
| ||||
public final Prefix VAR_INITIALIZER = new FormattingPrefix("A a={};", "a={", CodeFormatter.K_STATEMENTS); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
public final Prefix FINALLY_BLOCK = new FormattingPrefix("try {} finally {}", "} finally {", CodeFormatter.K_STATEMENTS); //$NON-NLS-1$ //$NON-NLS-2$ |
| ||||
public final Prefix CATCH_BLOCK = new FormattingPrefix("try {} catch(Exception e) {}", "} c", CodeFormatter.K_STATEMENTS); //$NON-NLS-1$ //$NON-NLS-2$ |
| |||
public final Prefix [[#variable6488c200]]= new FormattingPrefix( [[#variable6488c1a0]], [[#variable6488c100]], CodeFormatter.K_STATEMENTS); //$NON-NLS-1$ //$NON-NLS-2$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6488c200]] | VAR_INITIALIZER |
1 | 2 | [[#6488c200]] | FINALLY_BLOCK |
1 | 3 | [[#6488c200]] | CATCH_BLOCK |
2 | 1 | [[#6488c1a0]] | "A a={};" |
2 | 2 | [[#6488c1a0]] | "try {} finally {}" |
2 | 3 | [[#6488c1a0]] | "try {} catch(Exception e) {}" |
3 | 1 | [[#6488c100]] | "a={" |
3 | 2 | [[#6488c100]] | "} finally {" |
3 | 3 | [[#6488c100]] | "} c" |