CloneSet4297


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.969statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13737
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
23762
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java
Clone Instance
1
Line Count
3
Source Line
737
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                                                for (int j = 0, cpLength = classpath.length; j < cpLength; j++) {
                                                        if (classpath[j].getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
                                                                archivePathsToRefresh.add(classpath[j].getPath());
                                                        }
                                                }


Clone Instance
2
Line Count
3
Source Line
762
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java

                                                for (int k = 0, cpLength = classpath.length; k < cpLength; k++) {
                                                        if (classpath[k].getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
                                                                archivePathsToRefresh.add(classpath[k].getPath());
                                                        }
                                                }


Clone AbstractionParameter Count: 1Parameter Bindings

for (int  [[#variable94d251e0]]= 0, cpLength = classpath.length; [[#variable94d251e0]] < cpLength; [[#variable94d251e0]]++) {
  if (classpath[ [[#variable94d251e0]]].getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
    archivePathsToRefresh.add(classpath[ [[#variable94d251e0]]].getPath());
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#94d251e0]]
j 
12[[#94d251e0]]
k