| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.990 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 863 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| 2 | 3 | 1031 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| ||||
IRuntimeClasspathEntry[] entries = resolveOutputLocations(project, entry.getClasspathProperty());
if (entries != null) {
return entries;
}
|
| ||||
IRuntimeClasspathEntry[] entries = resolveOutputLocations(jp, entry.getClasspathProperty());
if (entries != null) {
return entries;
}
|
| |||
IRuntimeClasspathEntry[] entries = resolveOutputLocations( [[#variable58e27f60]], entry.getClasspathProperty());
if (entries != null) {
return entries;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#58e27f60]] | project |
| 1 | 2 | [[#58e27f60]] | jp |