Community
Participate
Working Groups
1) Right mouse click on New Connection in Remote Systems view - select Show in Table 2) In the Table view, highlight Linux ... or any of the selections 3) Right mouse click on Show in Remote Systems view 4) Unexpected event loop exception logged 5) New Connection selection in Remote Systems view is highlighted but not expanded java.lang.NullPointerException at org.eclipse.rse.internal.ui.actions.ShowInSystemsViewDelegate.run(ShowInSystemsViewDelegate.java:343) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) ...
Created attachment 192347 [details] patch to check for null subsystem and disable action for promptables
I've committed the fix to cvs.
Backport to 3.2.2+ required... opened bug355531 for the backport