Community
Participate
Working Groups
master When running in Debug mode and catching NPE, org.eclipse.e4.core.commands.internal.HandlerServiceHandler.isEnabled() runs into an NPE here: IEclipseContext executionContext = contexts.context; because 'contexts' is 'null'.
Caused by fix for bug 412681.
Happening during startup, when isEnabled is called as part of Command.setHandler(). Putting together a fix.
Fixed pushed to Gerrit for review: https://git.eclipse.org/r/15440
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=d6ac79cc309f73a4e1611a90d999b3036a375427 PW