Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 26 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java |
2 | 2 | 28 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java |
3 | 2 | 30 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java |
4 | 2 | 32 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/LessOperator.java |
| ||||
case T_double: return ((IJavaPrimitiveValue) leftOperand).getDoubleValue() < ((IJavaPrimitiveValue) rightOperand).getDoubleValue(); |
| ||||
case T_float: return ((IJavaPrimitiveValue) leftOperand).getFloatValue() < ((IJavaPrimitiveValue) rightOperand).getFloatValue(); |
| ||||
case T_long: return ((IJavaPrimitiveValue) leftOperand).getLongValue() < ((IJavaPrimitiveValue) rightOperand).getLongValue(); |
| ||||
case T_int: return ((IJavaPrimitiveValue) leftOperand).getIntValue() < ((IJavaPrimitiveValue) rightOperand).getIntValue(); |
| |||
case [[#variable52767500]]: return ((IJavaPrimitiveValue) leftOperand). [[#variable52767480]]() < ((IJavaPrimitiveValue) rightOperand). [[#variable52767480]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52767500]] | T_double |
1 | 2 | [[#52767500]] | T_float |
1 | 3 | [[#52767500]] | T_long |
1 | 4 | [[#52767500]] | T_int |
2 | 1 | [[#52767480]] | getDoubleValue |
2 | 2 | [[#52767480]] | getFloatValue |
2 | 3 | [[#52767480]] | getLongValue |
2 | 4 | [[#52767480]] | getIntValue |