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

Plugin exception error #48

Closed
ryentzer opened this issue Aug 13, 2014 · 1 comment
Closed

Plugin exception error #48

ryentzer opened this issue Aug 13, 2014 · 1 comment
Labels

Comments

@ryentzer
Copy link

Log file.

null
java.lang.AssertionError
    at com.intellij.openapi.actionSystem.AnActionEvent.getRequiredData(AnActionEvent.java:169)
    at mobi.hsz.idea.gitignore.actions.AddTemplateAction.update(AddTemplateAction.java:32)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:113)
    at com.intellij.ide.util.gotoByName.GotoActionModel.updateActionBeforeShow(GotoActionModel.java:341)
    at com.intellij.ide.util.gotoByName.GotoActionModel$ActionWrapper.getPresentation(GotoActionModel.java:648)
    at com.intellij.ide.util.gotoByName.GotoActionModel$ActionWrapper.a(GotoActionModel.java:643)
    at com.intellij.ide.util.gotoByName.GotoActionModel$ActionWrapper.access$000(GotoActionModel.java:612)
    at com.intellij.ide.util.gotoByName.GotoActionModel$MatchedValue.compareTo(GotoActionModel.java:176)
    at com.intellij.ide.util.gotoByName.GotoActionModel.compare(GotoActionModel.java:334)
    at java.util.TreeMap.put(TreeMap.java:530)
    at java.util.TreeSet.add(TreeSet.java:238)
    at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
    at java.util.TreeSet.addAll(TreeSet.java:295)
    at com.intellij.ide.util.gotoByName.GotoActionModel.sort(GotoActionModel.java:496)
    at com.intellij.ide.util.gotoByName.ChooseByNamePopup$2.filter(ChooseByNamePopup.java:331)
    at com.intellij.ide.util.gotoByName.ChooseByNameBase$CalcElementsThread$1$2.run(ChooseByNameBase.java:1546)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:318)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
    at java.awt.EventQueue.access$400(EventQueue.java:82)
    at java.awt.EventQueue$2.run(EventQueue.java:676)
    at java.awt.EventQueue$2.run(EventQueue.java:674)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:724)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:551)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:362)
    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)
@hsz hsz closed this as completed in 43fa572 Aug 13, 2014
@hsz
Copy link
Member

hsz commented Aug 13, 2014

Thank you for reporting. Fixed with build 0.5.4

@hsz hsz added the bug label Apr 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants