| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 5 | 0.950 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 1056 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 2 | 4 | 1060 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| 3 | 4 | 1064 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClasspathEntry.java |
| ||||
if (kindStr.equalsIgnoreCase("prj")) //$NON-NLS-1$
return IClasspathEntry.CPE_PROJECT;
if (kindStr.equalsIgnoreCase("var")) //$NON-NLS-1$
return IClasspathEntry.CPE_VARIABLE;
|
| ||||
if (kindStr.equalsIgnoreCase("con")) //$NON-NLS-1$
return IClasspathEntry.CPE_CONTAINER;
if (kindStr.equalsIgnoreCase("src")) //$NON-NLS-1$
return IClasspathEntry.CPE_SOURCE;
|
| ||||
if (kindStr.equalsIgnoreCase("lib")) //$NON-NLS-1$
return IClasspathEntry.CPE_LIBRARY;
if (kindStr.equalsIgnoreCase("output")) //$NON-NLS-1$
return ClasspathEntry.K_OUTPUT;
|
| |||
if (kindStr.equalsIgnoreCase( [[#variable52fb3660]])) //$NON-NLS-1$ return IClasspathEntry. [[#variable52fb3620]]; if (kindStr.equalsIgnoreCase( [[#variable52fb34c0]])) //$NON-NLS-1$ return [[#variable52fb34e0]]. [[#variable52fb3480]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52fb3660]] | "lib" |
| 1 | 2 | [[#52fb3660]] | "con" |
| 1 | 3 | [[#52fb3660]] | "prj" |
| 2 | 1 | [[#52fb3620]] | CPE_LIBRARY |
| 2 | 2 | [[#52fb3620]] | CPE_CONTAINER |
| 2 | 3 | [[#52fb3620]] | CPE_PROJECT |
| 3 | 1 | [[#52fb34c0]] | "output" |
| 3 | 2 | [[#52fb34c0]] | "src" |
| 3 | 3 | [[#52fb34c0]] | "var" |
| 4 | 1 | [[#52fb34e0]] | ClasspathEntry |
| 4 | 2 | [[#52fb34e0]] | IClasspathEntry |
| 4 | 3 | [[#52fb34e0]] | IClasspathEntry |
| 5 | 1 | [[#52fb3480]] | K_OUTPUT |
| 5 | 2 | [[#52fb3480]] | CPE_SOURCE |
| 5 | 3 | [[#52fb3480]] | CPE_VARIABLE |