Goto Declaration broken since 106.396
I've been getting this since 106.396, every time I try and goto the declaraion of a symbol I get:
Exception in Unknown plugin
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(724,505),absolute(724,527),button=2,modifiers=⌥+Button2,clickCount=1] on frame1
java.lang.AbstractMethodError
at com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.findTargetElementsNoVS(GotoDeclarationAction.java:196)
at com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.findAllTargetElements(GotoDeclarationAction.java:183)
at com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.invoke(GotoDeclarationAction.java:79)
at com.intellij.codeInsight.actions.CodeInsightAction$1$1.run(CodeInsightAction.java:60)
at com.intellij.codeInsight.actions.CodeInsightAction$1.run(CodeInsightAction.java:67)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:115)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:91)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:79)
at com.intellij.codeInsight.actions.CodeInsightAction.actionPerformedImpl(CodeInsightAction.java:54)
at com.intellij.codeInsight.actions.CodeInsightAction.actionPerformed(CodeInsightAction.java:40)
at com.intellij.openapi.keymap.impl.IdeMouseEventDispatcher.dispatchMouseEvent(IdeMouseEventDispatcher.java:183)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:509)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:410)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
It doesn't seem to matter whether I use the mouse or the keyboard to do this. 106.330 works correctly.
Any guesses if there's a work around, this has made the last two build unusable for me.
Guy
请先登录再写评论。
Hello Guy,
Please make sure that all of your plugins (Scala in particular) are updated
to the latest version.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
That was it. Specifically the scala plugin, updated that and it's all working nicely.
Thank you for the quick response.
Guy