CloneSet3415


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6360.953switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16170
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
26176
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
36182
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
Clone Instance
1
Line Count
6
Source Line
170
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                case TypeIds.T_int:
                                        this.wrappedConstantValue = new Integer(fieldConstant.intValue());
                                        break;
                                case TypeIds.T_byte:
                                        this.wrappedConstantValue = new Byte(fieldConstant.byteValue());
                                        break;


Clone Instance
2
Line Count
6
Source Line
176
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                case TypeIds.T_short:
                                        this.wrappedConstantValue = new Short(fieldConstant.shortValue());
                                        break;
                                case TypeIds.T_char:
                                        this.wrappedConstantValue = new Character(fieldConstant.charValue());
                                        break;


Clone Instance
3
Line Count
6
Source Line
182
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                case TypeIds.T_float:
                                        this.wrappedConstantValue = new Float(fieldConstant.floatValue());
                                        break;
                                case TypeIds.T_double:
                                        this.wrappedConstantValue = new Double(fieldConstant.doubleValue());
                                        break;


Clone AbstractionParameter Count: 6Parameter Bindings

case TypeIds. [[#variableb4f49240]]:
  this.wrappedConstantValue = new [[#variableb4f491c0]](fieldConstant. [[#variableb4f49100]]());
  break;
case TypeIds. [[#variableb4f48300]]:
  this.wrappedConstantValue = new [[#variableb4f490e0]](fieldConstant. [[#variableb4f490c0]]());
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b4f49240]]
T_int 
12[[#b4f49240]]
T_short 
13[[#b4f49240]]
T_float 
21[[#b4f491c0]]
Integer 
22[[#b4f491c0]]
Short 
23[[#b4f491c0]]
Float 
31[[#b4f49100]]
intValue 
32[[#b4f49100]]
shortValue 
33[[#b4f49100]]
floatValue 
41[[#b4f48300]]
T_byte 
42[[#b4f48300]]
T_char 
43[[#b4f48300]]
T_double 
51[[#b4f490e0]]
Byte 
52[[#b4f490e0]]
Character 
53[[#b4f490e0]]
Double 
61[[#b4f490c0]]
byteValue 
62[[#b4f490c0]]
charValue 
63[[#b4f490c0]]
doubleValue