CloneSet874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21030.958class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1234
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
2237
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
3240
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
4243
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
5246
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
6249
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
7252
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
8255
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
9258
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
10261
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
Clone Instance
1
Line Count
2
Source Line
34
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        /** Base type definitions */
        public final static BaseTypeBinding INT = new BaseTypeBinding(
                        TypeIds.T_int, TypeConstants.INT, new char[] {
                                                                       'I'
                                                                     } );


Clone Instance
2
Line Count
2
Source Line
37
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding BYTE = new BaseTypeBinding(
                        TypeIds.T_byte, TypeConstants.BYTE, new char[] {
                                                                         'B'
                                                                       } );


Clone Instance
3
Line Count
2
Source Line
40
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding SHORT = new BaseTypeBinding(
                        TypeIds.T_short, TypeConstants.SHORT, new char[] {
                                                                           'S'
                                                                         } );


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

        public final static BaseTypeBinding CHAR = new BaseTypeBinding(
                        TypeIds.T_char, TypeConstants.CHAR, new char[] {
                                                                         'C'
                                                                       } );


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

        public final static BaseTypeBinding LONG = new BaseTypeBinding(
                        TypeIds.T_long, TypeConstants.LONG, new char[] {
                                                                         'J'
                                                                       } );


Clone Instance
6
Line Count
2
Source Line
49
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding FLOAT = new BaseTypeBinding(
                        TypeIds.T_float, TypeConstants.FLOAT, new char[] {
                                                                           'F'
                                                                         } );


Clone Instance
7
Line Count
2
Source Line
52
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding DOUBLE = new BaseTypeBinding(
                        TypeIds.T_double, TypeConstants.DOUBLE, new char[] {
                                                                             'D'
                                                                           } );


Clone Instance
8
Line Count
2
Source Line
55
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding BOOLEAN = new BaseTypeBinding(
                        TypeIds.T_boolean, TypeConstants.BOOLEAN, new char[] {
                                                                               'Z'
                                                                             } );


Clone Instance
9
Line Count
2
Source Line
58
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding NULL = new BaseTypeBinding(
                        TypeIds.T_null, TypeConstants.NULL, new char[] {
                                                                         'N'
                                                                       } );      //N stands for null even if it is never internally used


Clone Instance
10
Line Count
2
Source Line
61
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

        public final static BaseTypeBinding VOID = new BaseTypeBinding(
                        TypeIds.T_void, TypeConstants.VOID, new char[] {
                                                                         'V'
                                                                       } );


Clone AbstractionParameter Count: 3Parameter Bindings

/** Base type definitions */
public final static BaseTypeBinding  [[#variable52924cc0]]= new BaseTypeBinding(TypeIds. [[#variable52924580]], TypeConstants. [[#variable52924cc0]], new char[] {
                                                                                                                                                                    [[#variable52924c60]]
                                                                                                                                                                 } ); //N stands for null even if it is never internally used
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52924cc0]]
INT 
12[[#52924cc0]]
BYTE 
13[[#52924cc0]]
SHORT 
14[[#52924cc0]]
CHAR 
15[[#52924cc0]]
LONG 
16[[#52924cc0]]
FLOAT 
17[[#52924cc0]]
DOUBLE 
18[[#52924cc0]]
BOOLEAN 
19[[#52924cc0]]
NULL 
110[[#52924cc0]]
VOID 
21[[#52924580]]
T_int 
22[[#52924580]]
T_byte 
23[[#52924580]]
T_short 
24[[#52924580]]
T_char 
25[[#52924580]]
T_long 
26[[#52924580]]
T_float 
27[[#52924580]]
T_double 
28[[#52924580]]
T_boolean 
29[[#52924580]]
T_null 
210[[#52924580]]
T_void 
31[[#52924c60]]
'I' 
32[[#52924c60]]
'B' 
33[[#52924c60]]
'S' 
34[[#52924c60]]
'C' 
35[[#52924c60]]
'J' 
36[[#52924c60]]
'F' 
37[[#52924c60]]
'D' 
38[[#52924c60]]
'Z' 
39[[#52924c60]]
'N' 
310[[#52924c60]]
'V'