| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.991 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 119 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java |
| 2 | 6 | 128 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXVMInstallType.java |
| ||||
if (isDefault) {
defaultLocation = home;
try {
JavaRuntime.setDefaultVMInstall(rvm, null);
} catch (CoreException e) {
LaunchingPlugin.log(e);
}
}
|
| ||||
if (isDefault) {
defaultLocation = home;
try {
JavaRuntime.setDefaultVMInstall(install, null);
} catch (CoreException e) {
LaunchingPlugin.log(e);
}
}
|
| |||
if (isDefault) {
defaultLocation = home;
try {
JavaRuntime.setDefaultVMInstall( [[#variable54ccdb00]], null);
}
catch (CoreException e) {
LaunchingPlugin.log(e);
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#54ccdb00]] | rvm |
| 1 | 2 | [[#54ccdb00]] | install |