Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.980 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 180 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver.java |
2 | 5 | 185 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JRERuntimeClasspathEntryResolver.java |
| ||||
case IClasspathEntry.CPE_VARIABLE: if (entry.getPath().segment(0).equals(JavaRuntime.JRELIB_VARIABLE)) { return true; } break; |
| ||||
case IClasspathEntry.CPE_CONTAINER: if (entry.getPath().segment(0).equals(JavaRuntime.JRE_CONTAINER)) { return true; } break; |
| |||
case IClasspathEntry. [[#variable57b234a0]]: if (entry.getPath().segment(0).equals(JavaRuntime. [[#variable57b23440]])) { return true; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57b234a0]] | CPE_VARIABLE |
1 | 2 | [[#57b234a0]] | CPE_CONTAINER |
2 | 1 | [[#57b23440]] | JRELIB_VARIABLE |
2 | 2 | [[#57b23440]] | JRE_CONTAINER |