Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 480 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 3 | 913 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
3 | 3 | 1164 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
if (elseStatement != null) { this.result.append(" else "); //$NON-NLS-1$ elseStatement.accept(this ); } |
| ||||
if (finallyClause != null) { this.result.append(" finally "); //$NON-NLS-1$ finallyClause.accept(this ); } |
| ||||
if (def != null) { this.result.append(" default "); //$NON-NLS-1$ def.accept(this ); } |
| |||
if ( [[#variable63c3bec0]]!= null) { this.result.append( [[#variable63c3be20]]); //$NON-NLS-1$ [[#variable63c3bec0]].accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63c3bec0]] | elseStatement |
1 | 2 | [[#63c3bec0]] | finallyClause |
1 | 3 | [[#63c3bec0]] | def |
2 | 1 | [[#63c3be20]] | " else " |
2 | 2 | [[#63c3be20]] | " finally " |
2 | 3 | [[#63c3be20]] | " default " |