CloneSet728


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6720.987statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1684
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
2691
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
3698
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
46105
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
56112
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
66119
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
76126
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
Clone Instance
1
Line Count
6
Source Line
84
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((bits&  TagBits.AnnotationForConstructor) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_CONSTRUCTOR);
                }


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

                if ((bits&  TagBits.AnnotationForField) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_FIELD);
                }


Clone Instance
3
Line Count
6
Source Line
98
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((bits&  TagBits.AnnotationForLocalVariable) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_LOCAL_VARIABLE);
                }


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

                if ((bits&  TagBits.AnnotationForMethod) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_METHOD);
                }


Clone Instance
5
Line Count
6
Source Line
112
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((bits&  TagBits.AnnotationForPackage) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_PACKAGE);
                }


Clone Instance
6
Line Count
6
Source Line
119
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((bits&  TagBits.AnnotationForParameter) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.UPPER_PARAMETER);
                }


Clone Instance
7
Line Count
6
Source Line
126
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java

                if ((bits&  TagBits.AnnotationForType) != 0) {
                        if (compoundName == null) {
                                compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
                                addTypeReference(compoundName[compoundName.length - 1]);
                        }
                        addFieldReference(TypeConstants.TYPE);
                }


Clone AbstractionParameter Count: 2Parameter Bindings

if ((bits&TagBits. [[#variableb43720e0]]) != 0) {
  if (compoundName == null) {
    compoundName = TypeConstants.JAVA_LANG_ANNOTATION_ELEMENTTYPE;
    addTypeReference(compoundName[compoundName.length - 1]);
  }
  addFieldReference(TypeConstants. [[#variableb4372080]]);
}
 

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