Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.992 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 557 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
2 | 10 | 576 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
| ||||
switch (getType()) { case VARIABLE: case ARCHIVE: IClasspathEntry resolved = getResolvedClasspathEntry(); if (resolved != null) { path = resolved.getSourceAttachmentPath(); } break; default: break; } |
| ||||
switch (getType()) { case VARIABLE: case ARCHIVE: IClasspathEntry resolved = getResolvedClasspathEntry(); if (resolved != null) { path = resolved.getSourceAttachmentRootPath(); } break; default: break; } |
| |||
switch (getType()) { case VARIABLE: case ARCHIVE: IClasspathEntry resolved = getResolvedClasspathEntry(); if (resolved != null) { path = resolved. [[#variable96128620]](); } break; default: break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96128620]] | getSourceAttachmentPath |
1 | 2 | [[#96128620]] | getSourceAttachmentRootPath |