Community
Participate
Working Groups
java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.SashRenderer.hideChild(SashRenderer.java:317) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:517) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:528)
Created attachment 177990 [details] PartRenderingEngine tests patch v1 Here's a test to reproduce the problem.
To see the problem manifest in the 4.x SDK, just close the 'Package Explorer' in the 'Java' perspective so that your left stack disappears and then try to reset the perspective.
Created attachment 178858 [details] Remove the code to remove the 'resizeListener' There's already a widget disposed handler where we add it that removes it...
Committed in >20100914. Applied the patch (and the new test).
*** Bug 325343 has been marked as a duplicate of this bug. ***