CloneSet8832


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.963switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1164
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
2190
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
Clone Instance
1
Line Count
1
Source Line
64
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

        //          case (T_byte<<4)+T_boolean           : return NotAConstant;   
                    case (T_byte << 4) + T_char:           return ByteConstant.fromValue((byte) this.charValue());


Clone Instance
2
Line Count
1
Source Line
90
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

        //          case (T_short<<4)+T_boolean          : return NotAConstant;   
                    case (T_short << 4) + T_char:          return ShortConstant.fromValue((short) this.charValue());


Clone AbstractionParameter Count: 3Parameter Bindings

//          case (T_short<<4)+T_boolean          : return NotAConstant;   
//          case (T_byte<<4)+T_boolean           : return NotAConstant;   
case ( [[#variable9aee99a0]] << 4) + T_char:
  return [[#variable9aee9580]].fromValue(( [[#variable9aee9a00]]) this.charValue());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9aee99a0]]
T_short 
12[[#9aee99a0]]
T_byte 
21[[#9aee9580]]
ShortConstant 
22[[#9aee9580]]
ByteConstant 
31[[#9aee9a00]]
short 
32[[#9aee9a00]]
byte