| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 1 | 0.980 | switch_groups[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 96 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| 2 | 6 | 116 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| 3 | 6 | 136 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| 4 | 6 | 156 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
case T_char:
return constant.charValue() == constant.byteValue();
case T_double:
return constant.doubleValue() == constant.byteValue();
case T_float:
return constant.floatValue() == constant.byteValue();
|
| ||||
case T_char:
return constant.charValue() == constant.shortValue();
case T_double:
return constant.doubleValue() == constant.shortValue();
case T_float:
return constant.floatValue() == constant.shortValue();
|
| ||||
case T_char:
return constant.charValue() == constant.intValue();
case T_double:
return constant.doubleValue() == constant.intValue();
case T_float:
return constant.floatValue() == constant.intValue();
|
| ||||
case T_char:
return constant.charValue() == constant.longValue();
case T_double:
return constant.doubleValue() == constant.longValue();
case T_float:
return constant.floatValue() == constant.longValue();
|
| |||
case T_char: return constant.charValue() == constant. [[#variablec07d70e0]](); case T_double: return constant.doubleValue() == constant. [[#variablec07d70e0]](); case T_float: return constant.floatValue() == constant. [[#variablec07d70e0]](); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c07d70e0]] | longValue |
| 1 | 2 | [[#c07d70e0]] | intValue |
| 1 | 3 | [[#c07d70e0]] | shortValue |
| 1 | 4 | [[#c07d70e0]] | byteValue |