CloneSet4405


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.962switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1226
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java
2228
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java
3230
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java
4232
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java
Clone Instance
1
Line Count
2
Source Line
26
Source File
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();


Clone Instance
2
Line Count
2
Source Line
28
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java

                        case T_float:
                                return ((IJavaPrimitiveValue) leftOperand).getFloatValue() > ((IJavaPrimitiveValue) rightOperand).getFloatValue();


Clone Instance
3
Line Count
2
Source Line
30
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java

                        case T_long:
                                return ((IJavaPrimitiveValue) leftOperand).getLongValue() > ((IJavaPrimitiveValue) rightOperand).getLongValue();


Clone Instance
4
Line Count
2
Source Line
32
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/GreaterOperator.java

                        case T_int:
                                return ((IJavaPrimitiveValue) leftOperand).getIntValue() > ((IJavaPrimitiveValue) rightOperand).getIntValue();


Clone AbstractionParameter Count: 2Parameter Bindings

case [[#variable5426b460]]:
  return ((IJavaPrimitiveValue) leftOperand). [[#variable5426b3e0]]() > ((IJavaPrimitiveValue) rightOperand). [[#variable5426b3e0]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5426b460]]
T_double 
12[[#5426b460]]
T_float 
13[[#5426b460]]
T_long 
14[[#5426b460]]
T_int 
21[[#5426b3e0]]
getDoubleValue 
22[[#5426b3e0]]
getFloatValue 
23[[#5426b3e0]]
getLongValue 
24[[#5426b3e0]]
getIntValue