Community
Participate
Working Groups
I'm not sure if this is a bug in view management or in workbench page. I got this exception intermittently when switching between perspectives. java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:948) at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:3363) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3360) at org.eclipse.debug.internal.ui.views.ViewContextService$ViewBinding.activated(ViewContextService.java:496) at org.eclipse.debug.internal.ui.views.ViewContextService$DebugContextViewBindings.doActivation(ViewContextService.java:263) at org.eclipse.debug.internal.ui.views.ViewContextService$DebugContextViewBindings.activateChain(ViewContextService.java:235) at org.eclipse.debug.internal.ui.views.ViewContextService.activateChain(ViewContextService.java:1011) at org.eclipse.debug.internal.ui.views.ViewContextService.contextActivated(ViewContextService.java:838) at org.eclipse.debug.internal.ui.views.ViewContextService.contextManagerChanged(ViewContextService.java:1085) at at ...
The code changed a lot in 4.x stream, and this is most likely a dup of bug 471782.