| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 2 | 0.987 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 248 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java |
| 2 | 3 | 252 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java |
| 3 | 3 | 256 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java |
| ||||
if (name.equalsIgnoreCase("classes.zip")) { //$NON-NLS-1$
File source = new File(parent, "source/source.zip"); //$NON-NLS-1$
return source.isFile() ? new Path(source.getPath()): Path.EMPTY;
}
|
| ||||
if (name.equalsIgnoreCase("locale.zip")) { //$NON-NLS-1$
File source = new File(parent, "source/locale-src.zip"); //$NON-NLS-1$
return source.isFile() ? new Path(source.getPath()): Path.EMPTY;
}
|
| ||||
if (name.equalsIgnoreCase("charconv.zip")) { //$NON-NLS-1$
File source = new File(parent, "charconv-src.zip"); //$NON-NLS-1$
return source.isFile() ? new Path(source.getPath()): Path.EMPTY;
}
|
| |||
if (name.equalsIgnoreCase( [[#variablea08971c0]])) { //$NON-NLS-1$
File source = new File(parent, [[#variablea0897280]]); //$NON-NLS-1$
return source.isFile() ? new Path(source.getPath()): Path.EMPTY;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a08971c0]] | "classes.zip" |
| 1 | 2 | [[#a08971c0]] | "locale.zip" |
| 1 | 3 | [[#a08971c0]] | "charconv.zip" |
| 2 | 1 | [[#a0897280]] | "source/source.zip" |
| 2 | 2 | [[#a0897280]] | "source/locale-src.zip" |
| 2 | 3 | [[#a0897280]] | "charconv-src.zip" |