CloneSet2428


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6440.967switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1640
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java
2646
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java
3652
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java
4658
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java
Clone Instance
1
Line Count
6
Source Line
40
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java

                                case T_boolean:
                                        variable.setValue(newValue(primitiveValue.getBooleanValue()));
                                        break;
                                case T_byte:
                                        variable.setValue(newValue(primitiveValue.getByteValue()));
                                        break;


Clone Instance
2
Line Count
6
Source Line
46
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java

                                case T_short:
                                        variable.setValue(newValue(primitiveValue.getShortValue()));
                                        break;
                                case T_char:
                                        variable.setValue(newValue(primitiveValue.getCharValue()));
                                        break;


Clone Instance
3
Line Count
6
Source Line
52
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java

                                case T_int:
                                        variable.setValue(newValue(primitiveValue.getIntValue()));
                                        break;
                                case T_long:
                                        variable.setValue(newValue(primitiveValue.getLongValue()));
                                        break;


Clone Instance
4
Line Count
6
Source Line
58
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/AssignmentOperator.java

                                case T_float:
                                        variable.setValue(newValue(primitiveValue.getFloatValue()));
                                        break;
                                case T_double:
                                        variable.setValue(newValue(primitiveValue.getDoubleValue()));
                                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variable97ebfb00]]:
  variable.setValue(newValue(primitiveValue. [[#variable97ebfb60]]()));
  break;
case [[#variable5b66b9e0]]:
  variable.setValue(newValue(primitiveValue. [[#variable5b0c7620]]()));
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97ebfb00]]
T_boolean 
12[[#97ebfb00]]
T_short 
13[[#97ebfb00]]
T_int 
14[[#97ebfb00]]
T_float 
21[[#97ebfb60]]
getBooleanValue 
22[[#97ebfb60]]
getShortValue 
23[[#97ebfb60]]
getIntValue 
24[[#97ebfb60]]
getFloatValue 
31[[#5b66b9e0]]
T_byte 
32[[#5b66b9e0]]
T_char 
33[[#5b66b9e0]]
T_long 
34[[#5b66b9e0]]
T_double 
41[[#5b0c7620]]
getByteValue 
42[[#5b0c7620]]
getCharValue 
43[[#5b0c7620]]
getLongValue 
44[[#5b0c7620]]
getDoubleValue