We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfb13b commit a4ec963Copy full SHA for a4ec963
1 file changed
org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/MultiReleaseLaunchTests.java
@@ -76,6 +76,7 @@ protected void setUp() throws Exception {
76
String id = "MultiReleaseLaunchTests-" + UUID.randomUUID() + "-" + i;
77
VMStandin workingCopy = new VMStandin(type, id);
78
workingCopy.setInstallLocation(location);
79
+ workingCopy.setName(id);
80
IVMInstall install = workingCopy.convertToRealVM();
81
if (removeIfMatch(requiredJavaVersions, install)) {
82
disposeVms.add(() -> type.disposeVMInstall(id));
0 commit comments