CloneSet4805


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6340.959switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
165487
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
265493
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
365499
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
6
Source Line
5487
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case TypeIds.T_byte:
                        this.newarray(ClassFileConstants.BYTE_ARRAY);
                        break;
                case TypeIds.T_boolean:
                        this.newarray(ClassFileConstants.BOOLEAN_ARRAY);
                        break;


Clone Instance
2
Line Count
6
Source Line
5493
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case TypeIds.T_short:
                        this.newarray(ClassFileConstants.SHORT_ARRAY);
                        break;
                case TypeIds.T_char:
                        this.newarray(ClassFileConstants.CHAR_ARRAY);
                        break;


Clone Instance
3
Line Count
6
Source Line
5499
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

                case TypeIds.T_long:
                        this.newarray(ClassFileConstants.LONG_ARRAY);
                        break;
                case TypeIds.T_float:
                        this.newarray(ClassFileConstants.FLOAT_ARRAY);
                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case TypeIds. [[#variable5425d5a0]]:
  this.newarray(ClassFileConstants. [[#variable5425d4e0]]);
  break;
case TypeIds. [[#variable5425d480]]:
  this.newarray(ClassFileConstants. [[#variable5425d440]]);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5425d5a0]]
T_byte 
12[[#5425d5a0]]
T_short 
13[[#5425d5a0]]
T_long 
21[[#5425d4e0]]
BYTE_ARRAY 
22[[#5425d4e0]]
SHORT_ARRAY 
23[[#5425d4e0]]
LONG_ARRAY 
31[[#5425d480]]
T_boolean 
32[[#5425d480]]
T_char 
33[[#5425d480]]
T_float 
41[[#5425d440]]
BOOLEAN_ARRAY 
42[[#5425d440]]
CHAR_ARRAY 
43[[#5425d440]]
FLOAT_ARRAY