CloneSet3010


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161418
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
261505
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java
Clone Instance
1
Line Count
6
Source Line
1418
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                        IPath entryPath = entry.getPath();
                        int kind = entry.getEntryKind();

                        // Build some common strings for status message
                        boolean isProjectRelative = projectName.equals(entryPath.segment(0));
                        String entryPathMsg = isProjectRelative ? entryPath.removeFirstSegments(1).toString():  entryPath.makeRelative().toString();


Clone Instance
2
Line Count
6
Source Line
1505
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java

                        IPath entryPath = entry.getPath();
                        int kind = entry.getEntryKind();

                        // Build some common strings for status message
                        boolean isProjectRelative = projectName.equals(entryPath.segment(0));
                        String entryPathMsg = isProjectRelative ? entryPath.removeFirstSegments(1).toString():  entryPath.makeRelative().toString();


Clone AbstractionParameter Count: 0Parameter Bindings

IPath entryPath = entry.getPath();
int kind = entry.getEntryKind();
// Build some common strings for status message
boolean isProjectRelative = projectName.equals(entryPath.segment(0));
String entryPathMsg = isProjectRelative ? entryPath.removeFirstSegments(1).toString(): entryPath.makeRelative().toString();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None