CloneSet681


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4820.978switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14301
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
24305
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
34309
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
44313
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
54317
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
64321
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
74325
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
84329
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java
Clone Instance
1
Line Count
4
Source Line
301
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_int:
                        boxedType = getType(JAVA_LANG_INTEGER);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_INTEGER, null, NotFound);


Clone Instance
2
Line Count
4
Source Line
305
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_byte:
                        boxedType = getType(JAVA_LANG_BYTE);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_BYTE, null, NotFound);


Clone Instance
3
Line Count
4
Source Line
309
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_short:
                        boxedType = getType(JAVA_LANG_SHORT);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_SHORT, null, NotFound);


Clone Instance
4
Line Count
4
Source Line
313
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_char:
                        boxedType = getType(JAVA_LANG_CHARACTER);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_CHARACTER, null, NotFound);


Clone Instance
5
Line Count
4
Source Line
317
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_long:
                        boxedType = getType(JAVA_LANG_LONG);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_LONG, null, NotFound);


Clone Instance
6
Line Count
4
Source Line
321
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_float:
                        boxedType = getType(JAVA_LANG_FLOAT);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_FLOAT, null, NotFound);


Clone Instance
7
Line Count
4
Source Line
325
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_double:
                        boxedType = getType(JAVA_LANG_DOUBLE);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_DOUBLE, null, NotFound);


Clone Instance
8
Line Count
4
Source Line
329
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java

                case TypeIds.T_boolean:
                        boxedType = getType(JAVA_LANG_BOOLEAN);
                        if (boxedType != null) return boxedType;
                        return new ProblemReferenceBinding(JAVA_LANG_BOOLEAN, null, NotFound);


Clone AbstractionParameter Count: 2Parameter Bindings

case TypeIds. [[#variable56d059a0]]:
  boxedType = getType( [[#variable56d058a0]]);
  if (boxedType != null)
    return boxedType;
  return new ProblemReferenceBinding( [[#variable56d058a0]], null, NotFound);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56d059a0]]
T_boolean 
12[[#56d059a0]]
T_double 
13[[#56d059a0]]
T_float 
14[[#56d059a0]]
T_long 
15[[#56d059a0]]
T_char 
16[[#56d059a0]]
T_short 
17[[#56d059a0]]
T_byte 
18[[#56d059a0]]
T_int 
21[[#56d058a0]]
JAVA_LANG_BOOLEAN 
22[[#56d058a0]]
JAVA_LANG_DOUBLE 
23[[#56d058a0]]
JAVA_LANG_FLOAT 
24[[#56d058a0]]
JAVA_LANG_LONG 
25[[#56d058a0]]
JAVA_LANG_CHARACTER 
26[[#56d058a0]]
JAVA_LANG_SHORT 
27[[#56d058a0]]
JAVA_LANG_BYTE 
28[[#56d058a0]]
JAVA_LANG_INTEGER