CloneSet3184


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13502
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaSearchScope.java
2397
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaWorkspaceScope.java
33116
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaWorkspaceScope.java
Clone Instance
1
Line Count
3
Source Line
502
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaSearchScope.java

                        for (int i = 0, length = children.length; i < length; i++) {
                                IJavaElementDelta child = children[i];
                                this.processDelta(child);
                        }


Clone Instance
2
Line Count
3
Source Line
97
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaWorkspaceScope.java

                        for (int i = 0, length = children.length; i < length; i++) {
                                IJavaElementDelta child = children[i];
                                this.processDelta(child);
                        }


Clone Instance
3
Line Count
3
Source Line
116
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/JavaWorkspaceScope.java

                                                for (int i = 0, length = children.length; i < length; i++) {
                                                        IJavaElementDelta child = children[i];
                                                        this.processDelta(child);
                                                }


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0, length = children.length; i < length; i++) {
  IJavaElementDelta child = children[i];
  this.processDelta(child);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None