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/GreaterOperator.java |
2 | 2 | 28 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java |
3 | 2 | 30 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java |
4 | 2 | 32 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.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 [[#variable5426b460]]: return ((IJavaPrimitiveValue) leftOperand). [[#variable5426b3e0]]() > ((IJavaPrimitiveValue) rightOperand). [[#variable5426b3e0]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5426b460]] | T_double |
1 | 2 | [[#5426b460]] | T_float |
1 | 3 | [[#5426b460]] | T_long |
1 | 4 | [[#5426b460]] | T_int |
2 | 1 | [[#5426b3e0]] | getDoubleValue |
2 | 2 | [[#5426b3e0]] | getFloatValue |
2 | 3 | [[#5426b3e0]] | getLongValue |
2 | 4 | [[#5426b3e0]] | getIntValue |