CloneSet8828


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
1157
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
21174
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java
Clone Instance
1
Line Count
1
Source Line
57
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/Constant.java

                    case (T_byte << 4) + T_short:          return ByteConstant.fromValue((byte) this.shortValue());


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

                    case (T_char << 4) + T_short:          return CharConstant.fromValue((char) this.shortValue());


Clone AbstractionParameter Count: 3Parameter Bindings

case ( [[#variable95787da0]] << 4) + T_short:
  return [[#variable95787d00]].fromValue(( [[#variable95787c60]]) this.shortValue());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95787da0]]
T_char 
12[[#95787da0]]
T_byte 
21[[#95787d00]]
CharConstant 
22[[#95787d00]]
ByteConstant 
31[[#95787c60]]
char 
32[[#95787c60]]
byte