CloneSet5284


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.978statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1446
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
2451
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
Clone Instance
1
Line Count
4
Source Line
46
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((annotationTagBits&  TagBits.AnnotationTargetMASK) != 0) {
                        char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_TARGET;
                        addTypeReference(compoundName[compoundName.length - 1]);
                        addBinaryTargetAnnotation(annotationTagBits);
                }


Clone Instance
2
Line Count
4
Source Line
51
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((annotationTagBits&  TagBits.AnnotationRetentionMASK) != 0) {
                        char[][] compoundName = TypeConstants.JAVA_LANG_ANNOTATION_RETENTION;
                        addTypeReference(compoundName[compoundName.length - 1]);
                        addBinaryRetentionAnnotation(annotationTagBits);
                }


Clone AbstractionParameter Count: 3Parameter Bindings

if ((annotationTagBits&TagBits. [[#variableb0b7f520]]) != 0) {
  char[][] compoundName = TypeConstants. [[#variableb0b7f4c0]];
  addTypeReference(compoundName[compoundName.length - 1]);
   [[#variableb0b7f460]](annotationTagBits);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b0b7f520]]
AnnotationRetentionMASK 
12[[#b0b7f520]]
AnnotationTargetMASK 
21[[#b0b7f4c0]]
JAVA_LANG_ANNOTATION_RETENTION 
22[[#b0b7f4c0]]
JAVA_LANG_ANNOTATION_TARGET 
31[[#b0b7f460]]
addBinaryRetentionAnnotation 
32[[#b0b7f460]]
addBinaryTargetAnnotation