CloneSet6198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13113
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeletePackageFragmentRootOperation.java
2326
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MovePackageFragmentRootOperation.java
33247
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MovePackageFragmentRootOperation.java
Clone Instance
1
Line Count
3
Source Line
113
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeletePackageFragmentRootOperation.java

                IClasspathEntry[] newClasspath = null;
                int cpLength = classpath.length;
                int newCPIndex = -1;


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

                IClasspathEntry[] newClasspath = null;
                int cpLength = classpath.length;
                int newCPIndex = -1;


Clone Instance
3
Line Count
3
Source Line
247
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MovePackageFragmentRootOperation.java

                IClasspathEntry[] newClasspath = null;
                int cpLength = classpath.length;
                int newCPIndex = -1;


Clone AbstractionParameter Count: 0Parameter Bindings

IClasspathEntry[] newClasspath = null;
int cpLength = classpath.length;
int newCPIndex = -1;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None