| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 5 | 0.956 | switch_groups[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 52 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PlusOperator.java |
| 2 | 4 | 60 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PlusOperator.java |
| ||||
case T_byte:
return new Integer(primitiveValue.getByteValue()).toString();
case T_char:
return new Character(primitiveValue.getCharValue()).toString();
|
| ||||
case T_int:
return new Integer(primitiveValue.getIntValue()).toString();
case T_long:
return new Long(primitiveValue.getLongValue()).toString();
|
| |||
case [[#variable605a3d00]]: return new Integer(primitiveValue. [[#variable605a3c80]]()).toString(); case [[#variable605a3c00]]: return new [[#variable605a3b40]](primitiveValue. [[#variable605a3b00]]()).toString(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#605a3d00]] | T_byte |
| 1 | 2 | [[#605a3d00]] | T_int |
| 2 | 1 | [[#605a3c80]] | getByteValue |
| 2 | 2 | [[#605a3c80]] | getIntValue |
| 3 | 1 | [[#605a3c00]] | T_char |
| 3 | 2 | [[#605a3c00]] | T_long |
| 4 | 1 | [[#605a3b40]] | Character |
| 4 | 2 | [[#605a3b40]] | Long |
| 5 | 1 | [[#605a3b00]] | getCharValue |
| 5 | 2 | [[#605a3b00]] | getLongValue |