Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.980 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 40 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
2 | 4 | 80 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
case T_float: return constant.floatValue() == constant.charValue(); case T_int: return constant.intValue() == constant.charValue(); |
| ||||
case T_float: return constant.floatValue() == constant.doubleValue(); case T_int: return constant.intValue() == constant.doubleValue(); |
| |||
case T_float: return constant.floatValue() == constant. [[#variable58b831c0]](); case T_int: return constant.intValue() == constant. [[#variable58b831c0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58b831c0]] | charValue |
1 | 2 | [[#58b831c0]] | doubleValue |