| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.978 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 142 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
| 2 | 3 | 145 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java |
| ||||
case VerificationTypeInfo.ITEM_UNINITIALIZED_THIS:
buffer.append("uninitialized_this(").append(this.readableName()).append(")"); //$NON-NLS-1$//$NON-NLS-2$
break;
|
| ||||
case VerificationTypeInfo.ITEM_UNINITIALIZED:
buffer.append("uninitialized(").append(this.readableName()).append(")"); //$NON-NLS-1$//$NON-NLS-2$
break;
|
| |||
case VerificationTypeInfo. [[#variable50692200]]:
buffer.append( [[#variable50692180]]).append(this.readableName()).append(")"); //$NON-NLS-1$//$NON-NLS-2$
break;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50692200]] | ITEM_UNINITIALIZED_THIS |
| 1 | 2 | [[#50692200]] | ITEM_UNINITIALIZED |
| 2 | 1 | [[#50692180]] | "uninitialized_this(" |
| 2 | 2 | [[#50692180]] | "uninitialized(" |