| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 8 | 2 | 0.978 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 2 | 2 | 65 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 3 | 2 | 67 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 4 | 2 | 69 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 5 | 2 | 71 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 6 | 2 | 73 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 7 | 2 | 75 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| 8 | 2 | 77 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java |
| ||||
case (T_void):
return new ArrayTypeReference(TypeBinding.VOID.simpleName, dim, 0);
|
| ||||
case (T_boolean):
return new ArrayTypeReference(TypeBinding.BOOLEAN.simpleName, dim, 0);
|
| ||||
case (T_char):
return new ArrayTypeReference(TypeBinding.CHAR.simpleName, dim, 0);
|
| ||||
case (T_float):
return new ArrayTypeReference(TypeBinding.FLOAT.simpleName, dim, 0);
|
| ||||
case (T_double):
return new ArrayTypeReference(TypeBinding.DOUBLE.simpleName, dim, 0);
|
| ||||
case (T_byte):
return new ArrayTypeReference(TypeBinding.BYTE.simpleName, dim, 0);
|
| ||||
case (T_short):
return new ArrayTypeReference(TypeBinding.SHORT.simpleName, dim, 0);
|
| ||||
case (T_int):
return new ArrayTypeReference(TypeBinding.INT.simpleName, dim, 0);
|
| |||
case ( [[#variableb485f120]]): return new ArrayTypeReference(TypeBinding. [[#variableb485f0c0]].simpleName, dim, 0); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b485f120]] | T_int |
| 1 | 2 | [[#b485f120]] | T_short |
| 1 | 3 | [[#b485f120]] | T_byte |
| 1 | 4 | [[#b485f120]] | T_double |
| 1 | 5 | [[#b485f120]] | T_float |
| 1 | 6 | [[#b485f120]] | T_char |
| 1 | 7 | [[#b485f120]] | T_boolean |
| 1 | 8 | [[#b485f120]] | T_void |
| 2 | 1 | [[#b485f0c0]] | INT |
| 2 | 2 | [[#b485f0c0]] | SHORT |
| 2 | 3 | [[#b485f0c0]] | BYTE |
| 2 | 4 | [[#b485f0c0]] | DOUBLE |
| 2 | 5 | [[#b485f0c0]] | FLOAT |
| 2 | 6 | [[#b485f0c0]] | CHAR |
| 2 | 7 | [[#b485f0c0]] | BOOLEAN |
| 2 | 8 | [[#b485f0c0]] | VOID |