Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2950 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
2 | 5 | 4663 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java |
| ||||
if (this.wideMode) { this.goto_w(label); return; } if (DEBUG) System.out.println(position + "\t\tgoto:" + label); //$NON-NLS-1$ |
| ||||
if (this.wideMode) { this.jsr_w(lbl); return; } if (DEBUG) System.out.println(position + "\t\tjsr" + lbl); //$NON-NLS-1$ |
| |||
if (this.wideMode) { this. [[#variable59a288e0]]( [[#variable59968ea0]]); return; } if (DEBUG) System.out.println(position + [[#variable59a28780]] + [[#variable59968ea0]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59a288e0]] | goto_w |
1 | 2 | [[#59a288e0]] | jsr_w |
2 | 1 | [[#59968ea0]] | label |
2 | 2 | [[#59968ea0]] | lbl |
3 | 1 | [[#59a28780]] | "\t\tgoto:" |
3 | 2 | [[#59a28780]] | "\t\tjsr" |