| Summary: | FormColors did not dispose key: org.eclipse.ui.forms.BORDER on JDK9 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Ludmila Shikhvarg <ludmila.shikhvarg> |
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bdarshan, ericwill, tjwatson |
| Version: | 4.4 | Keywords: | triaged |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
Ludmila Shikhvarg
I think SWT is a better place to start investigating this one. Finding the same error on ui.forms.SEPERATOR FormColors did not dispose key: org.eclipse.ui.forms.SEPARATOR java.lang.AssertionError: FormColors did not dispose key: org.eclipse.ui.forms.SEPARATOR at org.eclipse.ui.tests.forms.util.FormColorsTests.testStandalone(FormColorsTests.java:72) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:692) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:319) at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140) at org.eclipse.test.UITestApplication.run(UITestApplication.java:62) at org.eclipse.test.UITestApplication.start(UITestApplication.java:212) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) at org.eclipse.equinox.launcher.Main.run(Main.java:1515) at org.eclipse.equinox.launcher.Main.main(Main.java:1488) at org.eclipse.core.launcher.Main.main(Main.java:34) at com.ibm.svt.eclipse.EclipseRunner.main(EclipseRunner.java:147) finding the above mentioned error in java version java version "1.7.0" Java(TM) SE Runtime Environment (build pxi3270_27sr4-20151130_01(SR4)) IBM J9 VM (build 2.7, JRE 1.7.0 Linux x86-32 20151128_279252 (JIT enabled, AOT enabled) J9VM - R27_jvm.27_20151128_0001_B279252 JIT - tr.r13.java_20151119_105827 GC - R27_jvm.27_20151128_0001_B279252 J9CL - 20151128_279252) JCL - 20151126_01 based on Oracle jdk7u95-b09 Is this still an issue? Closing this ticket now, please re-open the bug if you see the issue on 4.8 with GTK3.22. |