angularjs-plugin icon indicating copy to clipboard operation
angularjs-plugin copied to clipboard

NoSuchMethodError

Open Tjorriemorrie opened this issue 12 years ago • 5 comments

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:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

File:

'use strict'

angular.module('browse', [])

    .controller('browseHomeCtrl', ['$scope', 'exchangesFctr', function($scope, exchangesFctr) {
        $scope.exchanges = exchangesFctr.get(); // used shortcut here on fctr
    }])

Tjorriemorrie avatar Jul 09 '13 06:07 Tjorriemorrie

+1

Windows 7 64 bit, IntelliJ IDEA 12.1.4, AngularJS plugin 0.1.8

kozmic avatar Jul 16 '13 08:07 kozmic

+1 0.1.8 on IntelliJ IDEA 12.1.4

This issue is a duplicate of issue 26

jarst avatar Jul 23 '13 12:07 jarst

+1

bewilcox avatar Jul 24 '13 13:07 bewilcox

Same here. Is there any way to get the old version back? (You know, for people who are actually on IDEA and not on a Webstorm preview)

hho avatar Aug 19 '13 14:08 hho

You can download previous version manually from plugin repository by clicking on Show all versions under versions table. This issue should be fixed with JetBrains/intellij-plugins@1ddd37c13c64ad31d7397d8472b950cb65c8fbc2

denofevil avatar Feb 13 '14 07:02 denofevil