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

0
2 comments

Hello Guy,

Please make sure that all of your plugins (Scala in particular) are updated
to the latest version.

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),b
utton=2,modifiers=⌥+Button2,clickCount=1] on frame1

java.lang.AbstractMethodError

at
com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.find
TargetElementsNoVS(GotoDeclarationAction.java:196)

at
com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.find
AllTargetElements(GotoDeclarationAction.java:183)

at
com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.invo
ke(GotoDeclarationAction.java:79)

at
com.intellij.codeInsight.actions.CodeInsightAction$1$1.run(CodeInsight
Action.java:60)

at
com.intellij.codeInsight.actions.CodeInsightAction$1.run(CodeInsightAc
tion.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(Cod
eInsightAction.java:40)

at
com.intellij.openapi.keymap.impl.IdeMouseEventDispatcher.dispatchMouse
Event(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(EventDispatchThrea
d.java:296)

at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.j
ava:211)

at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThrea
d.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

---
Original message URL:
http://devnet.jetbrains.net/message/5300296#5300296


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

That was it.  Specifically the scala plugin, updated that and it's all working nicely.

Thank you for the quick response.

Guy

0

Please sign in to leave a comment.