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.951 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 316 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
2 | 3 | 365 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/RuntimeClasspathEntry.java |
| ||||
/** * @see IRuntimeClasspathEntry#getPath() */ public IPath getPath() { IClasspathEntry entry = getClasspathEntry(); return entry != null ? entry.getPath(): fInvalidPath; } |
| ||||
/** * @see IRuntimeClasspathEntry#getSourceAttachmentPath() */ public IPath getSourceAttachmentPath() { IClasspathEntry entry = getClasspathEntry(); return entry != null ? entry.getSourceAttachmentPath(): null; } |
| |||
/** * @see IRuntimeClasspathEntry#getPath() */ /** * @see IRuntimeClasspathEntry#getSourceAttachmentPath() */ public IPath [[#variable4e6d2480]]() { IClasspathEntry entry = getClasspathEntry(); return entry != null ? entry. [[#variable4e6d2480]](): [[#variable4e6d23e0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e6d2480]] | getPath |
1 | 2 | [[#4e6d2480]] | getSourceAttachmentPath |
2 | 1 | [[#4e6d23e0]] | fInvalidPath |
2 | 2 | [[#4e6d23e0]] | null |