Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 4 | 0.969 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 85 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
2 | 6 | 91 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
3 | 6 | 97 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/BinaryOperator.java |
| ||||
case T_String: pushNewValue(getStringResult(left, right)); break; case T_double: pushNewValue(getDoubleResult(left, right)); break; |
| ||||
case T_float: pushNewValue(getFloatResult(left, right)); break; case T_long: pushNewValue(getLongResult(left, right)); break; |
| ||||
case T_int: pushNewValue(getIntResult(left, right)); break; case T_boolean: pushNewValue(getBooleanResult(left, right)); break; |
| |||
case [[#variable91ff3d80]]: pushNewValue( [[#variable994203a0]](left, right)); break; case [[#variable99420dc0]]: pushNewValue( [[#variable642efee0]](left, right)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#91ff3d80]] | T_int |
1 | 2 | [[#91ff3d80]] | T_String |
1 | 3 | [[#91ff3d80]] | T_float |
2 | 1 | [[#994203a0]] | getIntResult |
2 | 2 | [[#994203a0]] | getStringResult |
2 | 3 | [[#994203a0]] | getFloatResult |
3 | 1 | [[#99420dc0]] | T_boolean |
3 | 2 | [[#99420dc0]] | T_double |
3 | 3 | [[#99420dc0]] | T_long |
4 | 1 | [[#642efee0]] | getBooleanResult |
4 | 2 | [[#642efee0]] | getDoubleResult |
4 | 3 | [[#642efee0]] | getLongResult |