Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 76 forks source link

jface plugin error during text search #152

Closed hanxue closed 10 years ago

hanxue commented 10 years ago

When performing text search, this pops up in the error log

Message:

The command ("org.eclipse.wst.jsdt.ui.edit.text.java.correction.assist.proposals") is undefined

Session data:

eclipse.buildId=4.4.0.I20140123-1600
java.version=1.8.0
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.standard.product -keyring /Users/hanxue/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.standard.product -keyring /Users/hanxue/.eclipse_keyring -showlocation

Exception stack trace:

java.lang.Exception
    at org.eclipse.jface.action.ExternalActionManager$CommandCallback.isActive(ExternalActionManager.java:371)
    at org.eclipse.jface.action.ActionContributionItem.isCommandActive(ActionContributionItem.java:652)
    at org.eclipse.jface.action.ActionContributionItem.isVisible(ActionContributionItem.java:711)
    at org.eclipse.ui.internal.PluginActionContributionItem.isVisible(PluginActionContributionItem.java:147)
    at org.eclipse.jface.action.MenuManager.isChildVisible(MenuManager.java:1011)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:775)
    at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:479)
    at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:472)
    at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:504)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4171)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1471)
    at org.eclipse.swt.widgets.Menu.menuWillOpen(Menu.java:806)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:5655)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
    at org.eclipse.swt.internal.cocoa.NSMenu.popUpContextMenu(NSMenu.java:77)
    at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:278)
    at org.eclipse.swt.widgets.Display.runPopups(Display.java:4091)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3646)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1122)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1006)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:146)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:615)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:566)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:125)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:109)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Impact

No known impact, text searches still working.

paulvi commented 10 years ago

I guess this should go to Bugzilla https://bugs.eclipse.org/bugs/ to wst.jsdt project, but as we as using 4.4 Eclipse platform that is not yet release officially (and not the latest build), I don't think they will continue with that.

@hanxue I you want to contribute more, please read README and check out code into Enide Studio. What I concerned is whether README has enough for a new person to understand and complete.

Raise issues for any questions that would follow.