Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326080

Summary: testBug317591_NonSharedPart failure in I20100923-1030
Product: [Eclipse Project] e4 Reporter: Paul Webster <pwebster>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://download.eclipse.org/e4/downloads/drops/I20100923-1030/results/html/org.eclipse.e4.ui.tests_linux.gtk.x86_64.html
Whiteboard:

Description Paul Webster CLA 2010-09-23 13:18:38 EDT
We get an NPE in the above test from 
http://download.eclipse.org/e4/downloads/drops/I20100923-1030/results/html/org.eclipse.e4.ui.tests_linux.gtk.x86_64.html

java.lang.NullPointerException
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:380)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:159)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$9.handleEvent(WBWRenderer.java:433)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)
at org.eclipse.swt.widgets.Shell.filterProc(Shell.java:730)
at org.eclipse.swt.widgets.Display.filterProc(Display.java:1536)
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2237)
at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:2021)
at org.eclipse.swt.widgets.Shell.open(Shell.java:1434)
at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.postProcess(WBWRenderer.java:518)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:490)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:662)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:593)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:104)
at org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests.testBug317591_NonSharedPart(PartRenderingEngineTests.java:807)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
... more

PW
Comment 1 Remy Suen CLA 2010-09-23 13:31:10 EDT
Probably the same problem as bug 325118.
Comment 2 Paul Webster CLA 2010-11-03 10:11:13 EDT

*** This bug has been marked as a duplicate of bug 317126 ***