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 | 102 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
2 | 4 | 162 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
case T_int: return constant.intValue() == constant.byteValue(); case T_short: return constant.shortValue() == constant.byteValue(); |
| ||||
case T_int: return constant.intValue() == constant.longValue(); case T_short: return constant.shortValue() == constant.longValue(); |
| |||
case T_int: return constant.intValue() == constant. [[#variable58bd3e00]](); case T_short: return constant.shortValue() == constant. [[#variable58bd3e00]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58bd3e00]] | longValue |
1 | 2 | [[#58bd3e00]] | byteValue |