CloneSet987


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2820.982statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12117
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
22119
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
32121
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
42123
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
52125
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
62127
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
72129
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
82131
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java
Clone Instance
1
Line Count
2
Source Line
117
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java

                if ((bits&  TagBits.AnnotationForAnnotationType) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_ANNOTATION_TYPE, true);


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

                if ((bits&  TagBits.AnnotationForConstructor) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_CONSTRUCTOR, true);


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

                if ((bits&  TagBits.AnnotationForField) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_FIELD, true);


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

                if ((bits&  TagBits.AnnotationForLocalVariable) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_LOCAL_VARIABLE, true);


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

                if ((bits&  TagBits.AnnotationForMethod) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_METHOD, true);


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

                if ((bits&  TagBits.AnnotationForPackage) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_PACKAGE, true);


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

                if ((bits&  TagBits.AnnotationForParameter) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.UPPER_PARAMETER, true);


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

                if ((bits&  TagBits.AnnotationForType) != 0)
                        value[index++ ] = elementType.getField(TypeConstants.TYPE, true);


Clone AbstractionParameter Count: 2Parameter Bindings

if ((bits&TagBits. [[#variableb43383a0]]) != 0)
  value[index++ ] = elementType.getField(TypeConstants. [[#variableb43387c0]], true);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b43383a0]]
AnnotationForType 
12[[#b43383a0]]
AnnotationForParameter 
13[[#b43383a0]]
AnnotationForPackage 
14[[#b43383a0]]
AnnotationForMethod 
15[[#b43383a0]]
AnnotationForLocalVariable 
16[[#b43383a0]]
AnnotationForField 
17[[#b43383a0]]
AnnotationForConstructor 
18[[#b43383a0]]
AnnotationForAnnotationType 
21[[#b43387c0]]
TYPE 
22[[#b43387c0]]
UPPER_PARAMETER 
23[[#b43387c0]]
UPPER_PACKAGE 
24[[#b43387c0]]
UPPER_METHOD 
25[[#b43387c0]]
UPPER_LOCAL_VARIABLE 
26[[#b43387c0]]
UPPER_FIELD 
27[[#b43387c0]]
UPPER_CONSTRUCTOR 
28[[#b43387c0]]
UPPER_ANNOTATION_TYPE