Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1418 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
2 | 6 | 1505 | 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(); |
| ||||
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(); |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |