CloneSet2912


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6540.953switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16181
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
26187
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
36193
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
46199
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
56205
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java
Clone Instance
1
Line Count
6
Source Line
181
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java

                                case 'I':
                                        this.id = TypeIds.T_int;
                                        break;
                                case 'B':
                                        this.id = TypeIds.T_byte;
                                        break;


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

                                case 'S':
                                        this.id = TypeIds.T_short;
                                        break;
                                case 'C':
                                        this.id = TypeIds.T_char;
                                        break;


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

                                case 'J':
                                        this.id = TypeIds.T_long;
                                        break;
                                case 'F':
                                        this.id = TypeIds.T_float;
                                        break;


Clone Instance
4
Line Count
6
Source Line
199
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java

                                case 'D':
                                        this.id = TypeIds.T_double;
                                        break;
                                case 'Z':
                                        this.id = TypeIds.T_boolean;
                                        break;


Clone Instance
5
Line Count
6
Source Line
205
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/VerificationTypeInfo.java

                                case 'N':
                                        this.id = TypeIds.T_null;
                                        break;
                                case 'V':
                                        this.id = TypeIds.T_void;
                                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variable55f00560]]:
  this.id = TypeIds. [[#variable55f004e0]];
  break;
case [[#variable543552a0]]:
  this.id = TypeIds. [[#variable55f00580]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55f00560]]
'I' 
12[[#55f00560]]
'S' 
13[[#55f00560]]
'J' 
14[[#55f00560]]
'D' 
15[[#55f00560]]
'N' 
21[[#55f004e0]]
T_int 
22[[#55f004e0]]
T_short 
23[[#55f004e0]]
T_long 
24[[#55f004e0]]
T_double 
25[[#55f004e0]]
T_null 
31[[#543552a0]]
'B' 
32[[#543552a0]]
'C' 
33[[#543552a0]]
'F' 
34[[#543552a0]]
'Z' 
35[[#543552a0]]
'V' 
41[[#55f00580]]
T_byte 
42[[#55f00580]]
T_char 
43[[#55f00580]]
T_float 
44[[#55f00580]]
T_boolean 
45[[#55f00580]]
T_void