CloneSet2669


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

                        if (annotations != null) {
                                for (int a = 0,length = annotations.length; a < length; a++) {
                                        IBinaryAnnotation annotation = annotations[a];
                                        addBinaryAnnotation(annotation);
                                }
                        }


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

                                        if (annotations != null) {
                                                for (int a = 0,length = annotations.length; a < length; a++) {
                                                        IBinaryAnnotation annotation = annotations[a];
                                                        addBinaryAnnotation(annotation);
                                                }
                                        }


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

                                        if (annotations != null) {
                                                for (int a = 0,length = annotations.length; a < length; a++) {
                                                        IBinaryAnnotation annotation = annotations[a];
                                                        addBinaryAnnotation(annotation);
                                                }
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (annotations != null) {
  for (int a = 0, length = annotations.length; a < length; a++) {
    IBinaryAnnotation annotation = annotations[a];
    addBinaryAnnotation(annotation);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None