CloneSet7743


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.979switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15118
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java
25164
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java
Clone Instance
1
Line Count
5
Source Line
118
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java

                        case TypeIds.T_short:
                                if (right == TypeIds.T_short)
                                        return true;
                                if (right == TypeIds.T_char)
                                        return true;


Clone Instance
2
Line Count
5
Source Line
164
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding.java

                        case TypeIds.T_int:
                                if (right == TypeIds.T_int)
                                        return true;
                                if (right == TypeIds.T_char)
                                        return true;


Clone AbstractionParameter Count: 1Parameter Bindings

case TypeIds. [[#variable5b38d7e0]]:
  if (right == TypeIds. [[#variable5b38d7e0]])
    return true;
  if (right == TypeIds.T_char)
    return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5b38d7e0]]
T_short 
12[[#5b38d7e0]]
T_int