| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.975 | conditional_or_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1440 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 2 | 3 | 1448 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
kind == IClasspathEntry.CPE_SOURCE ||
(kind == IClasspathEntry.CPE_LIBRARY && !org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(entryPath.lastSegment()))
|
| ||||
otherKind == IClasspathEntry.CPE_SOURCE ||
(otherKind == IClasspathEntry.CPE_LIBRARY &&
!org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName(otherPath.lastSegment()))
|
| |||
[[#variable5d10db40]]== IClasspathEntry.CPE_SOURCE || ( [[#variable5d10db40]]== IClasspathEntry.CPE_LIBRARY && !org.eclipse.jdt.internal.compiler.util.Util.isArchiveFileName( [[#variable5d10dae0]].lastSegment())) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5d10db40]] | otherKind |
| 1 | 2 | [[#5d10db40]] | kind |
| 2 | 1 | [[#5d10dae0]] | otherPath |
| 2 | 2 | [[#5d10dae0]] | entryPath |