Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 5 | 0.966 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 172 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
2 | 4 | 185 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
3 | 4 | 198 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
| ||||
case T_long: return newValue(getLongResult(leftOperand, rightOperand)); case T_int: return newValue((long) getIntResult(leftOperand, rightOperand)); |
| ||||
case T_float: return newValue(getFloatResult(leftOperand, rightOperand)); case T_long: return newValue((float) getLongResult(leftOperand, rightOperand)); |
| ||||
case T_double: return newValue(getDoubleResult(leftOperand, rightOperand)); case T_float: return newValue((double) getFloatResult(leftOperand, rightOperand)); |
| |||
case [[#variable534cb8c0]]: return newValue( [[#variable534cb860]](leftOperand, rightOperand)); case [[#variable54843d40]]: return newValue(( [[#variable534ca400]]) [[#variable534ca440]](leftOperand, rightOperand)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#534cb8c0]] | T_float |
1 | 2 | [[#534cb8c0]] | T_long |
1 | 3 | [[#534cb8c0]] | T_double |
2 | 1 | [[#534cb860]] | getFloatResult |
2 | 2 | [[#534cb860]] | getLongResult |
2 | 3 | [[#534cb860]] | getDoubleResult |
3 | 1 | [[#54843d40]] | T_long |
3 | 2 | [[#54843d40]] | T_int |
3 | 3 | [[#54843d40]] | T_float |
4 | 1 | [[#534ca400]] | float |
4 | 2 | [[#534ca400]] | long |
4 | 3 | [[#534ca400]] | double |
5 | 1 | [[#534ca440]] | getLongResult |
5 | 2 | [[#534ca440]] | getIntResult |
5 | 3 | [[#534ca440]] | getFloatResult |