Community
Participate
Working Groups
By default, the project command handlers expect to be invoked when navigating when a valid selection is in effect. In some cases, their "isEnabled()" method is called by the platform even if not applicable to the context. This causes an NPE that is quietly handled by the platform but is nonetheless trapped if one sets a breakpoint on NullPointerException in the Java debugger.
Created attachment 205751 [details] Fix Add NPE check in command handlers
Patch committed in master and stable-0.9
Delivered in 0.9.0