Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown: com.intellij.find.impl.FindInProjectUtil.findUsages(Lcom/intellij/find/FindModel;Lcom/intellij/psi/PsiDirectory;Lcom/intellij/openapi/project/Project;ZLcom/intellij/util/Processor;Lcom/intellij/usages/FindUsagesProcessPresentation;)V: co #34

Open
MaximeBernard opened this issue Sep 20, 2013 · 7 comments

Comments

@MaximeBernard
Copy link

I just opened my project and PHPStorm told me this exception has been thrown.

It might be related to the fact I lost connection to my mounted drive I was working on earlier ?

@dryaf
Copy link

dryaf commented Sep 30, 2013

+1

i did cmd+L on a mac

@johnlindquist
Copy link
Owner

Which version of PhpStorm/WebStorm/whatever are you guys using?

@dryaf
Copy link

dryaf commented Oct 1, 2013

rubymine 5.4.3.2.1 ;-) no joke

angular plugin 0.1.9

com.intellij.find.impl.FindInProjectUtil.findUsages(Lcom/intellij/find/FindModel;Lcom/intellij/psi/PsiDirectory;Lcom/intellij/openapi/project/Project;ZLcom/intellij/util/Processor;Lcom/intellij/usages/FindUsagesProcessPresentation;)V: com.intellij.find.impl.FindInProjectUtil.findUsages(Lcom/intellij/find/FindModel;Lcom/intellij/psi/PsiDirectory;Lcom/intellij/openapi/project/Project;ZLcom/intellij/util/Processor;Lcom/intellij/usages/FindUsagesProcessPresentation;)V
java.lang.NoSuchMethodError: com.intellij.find.impl.FindInProjectUtil.findUsages(Lcom/intellij/find/FindModel;Lcom/intellij/psi/PsiDirectory;Lcom/intellij/openapi/project/Project;ZLcom/intellij/util/Processor;Lcom/intellij/usages/FindUsagesProcessPresentation;)V
at org.angularjs.GotoAngularAction.getAngularUsages(GotoAngularAction.java:190)
at org.angularjs.GotoAngularAction.gotoActionPerformed(GotoAngularAction.java:80)
at com.intellij.ide.actions.GotoActionBase.actionPerformed(GotoActionBase.java:60)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:564)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:611)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:463)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:206)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:494)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348)
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)

@hho
Copy link

hho commented Oct 23, 2013

Happens on IntelliJ IDEA 12.1.6 (129.1359) as well (press Ctrl-L on Windows).
Stacktrace is basically the same as above (only AWT has different line numbers here).

@technixp
Copy link

technixp commented Jan 8, 2014

+1
Same on phpStorm 7.1 build version 133.326
adding this plugin makes phpStorm unusable

@denofevil
Copy link

This issue should be fixed with JetBrains/intellij-plugins@1ddd37c

@lukaszkusy
Copy link

+1
Still occurs
Plugin 0.1.9
Intellij IDEA 12.1.7 Build IU-129.1521

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants