You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 1.3.0 on windows.
I want to open the context menu with a right click on some items in the view no
context menu appears (sometimes)
I get the following stack trace:
java.lang.NullPointerException
at com.eclipserunner.views.impl.RunnerViewSelection.canBeOpened(RunnerViewSelection.java:95)
at com.eclipserunner.views.impl.RunnerView.setupActionEnablement(RunnerView.java:350)
at com.eclipserunner.views.impl.RunnerView.menuAboutToShow(RunnerView.java:305)
at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:342)
at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:473)
at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:469)
at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:495)
...
I attached a patch that should solve the problem....
Michael
Original issue reported on code.google.com by [email protected] on 11 Oct 2012 at 9:45
Original issue reported on code.google.com by
[email protected]
on 11 Oct 2012 at 9:45Attachments:
The text was updated successfully, but these errors were encountered: