| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 8 | 2 | 0.978 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 301 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 2 | 4 | 305 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 3 | 4 | 309 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 4 | 4 | 313 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 5 | 4 | 317 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 6 | 4 | 321 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 7 | 4 | 325 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| 8 | 4 | 329 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java |
| ||||
case TypeIds.T_int:
boxedType = getType(JAVA_LANG_INTEGER);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_INTEGER, null, NotFound);
|
| ||||
case TypeIds.T_byte:
boxedType = getType(JAVA_LANG_BYTE);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_BYTE, null, NotFound);
|
| ||||
case TypeIds.T_short:
boxedType = getType(JAVA_LANG_SHORT);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_SHORT, null, NotFound);
|
| ||||
case TypeIds.T_char:
boxedType = getType(JAVA_LANG_CHARACTER);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_CHARACTER, null, NotFound);
|
| ||||
case TypeIds.T_long:
boxedType = getType(JAVA_LANG_LONG);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_LONG, null, NotFound);
|
| ||||
case TypeIds.T_float:
boxedType = getType(JAVA_LANG_FLOAT);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_FLOAT, null, NotFound);
|
| ||||
case TypeIds.T_double:
boxedType = getType(JAVA_LANG_DOUBLE);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_DOUBLE, null, NotFound);
|
| ||||
case TypeIds.T_boolean:
boxedType = getType(JAVA_LANG_BOOLEAN);
if (boxedType != null) return boxedType;
return new ProblemReferenceBinding(JAVA_LANG_BOOLEAN, null, NotFound);
|
| |||
case TypeIds. [[#variable56d059a0]]:
boxedType = getType( [[#variable56d058a0]]);
if (boxedType != null)
return boxedType;
return new ProblemReferenceBinding( [[#variable56d058a0]], null, NotFound);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56d059a0]] | T_boolean |
| 1 | 2 | [[#56d059a0]] | T_double |
| 1 | 3 | [[#56d059a0]] | T_float |
| 1 | 4 | [[#56d059a0]] | T_long |
| 1 | 5 | [[#56d059a0]] | T_char |
| 1 | 6 | [[#56d059a0]] | T_short |
| 1 | 7 | [[#56d059a0]] | T_byte |
| 1 | 8 | [[#56d059a0]] | T_int |
| 2 | 1 | [[#56d058a0]] | JAVA_LANG_BOOLEAN |
| 2 | 2 | [[#56d058a0]] | JAVA_LANG_DOUBLE |
| 2 | 3 | [[#56d058a0]] | JAVA_LANG_FLOAT |
| 2 | 4 | [[#56d058a0]] | JAVA_LANG_LONG |
| 2 | 5 | [[#56d058a0]] | JAVA_LANG_CHARACTER |
| 2 | 6 | [[#56d058a0]] | JAVA_LANG_SHORT |
| 2 | 7 | [[#56d058a0]] | JAVA_LANG_BYTE |
| 2 | 8 | [[#56d058a0]] | JAVA_LANG_INTEGER |