wmyywm / eclipse-code-formatter-intellij-plugin

Automatically exported from code.google.com/p/eclipse-code-formatter-intellij-plugin
0 stars 0 forks source link

IconLoaded exception on Idea startup #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I receive the following exception on Idea startup with plugin version 3.7.0

icon path=/krasa/formatter/eclipse.gif class=class 
com.intellij.openapi.util.IconLoader
java.lang.Throwable
    at com.intellij.openapi.diagnostic.Logger.error(Logger.java:54)
    at com.intellij.openapi.diagnostic.Logger.error(Logger.java:57)
    at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:90)
    at com.intellij.openapi.util.IconLoader.getDisabledIcon(IconLoader.java:181)
    at com.intellij.openapi.actionSystem.impl.ActionButton.a(ActionButton.java:240)
    at com.intellij.openapi.actionSystem.impl.ActionButton.access$200(ActionButton.java:38)
    at com.intellij.openapi.actionSystem.impl.ActionButton$ActionButtonSynchronizer.propertyChange(ActionButton.java:356)
    at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
    at com.intellij.openapi.actionSystem.Presentation.setIcon(Presentation.java:218)
    at krasa.formatter.action.ChangeFormatterToolbarAction.updateIcon(ChangeFormatterToolbarAction.java:60)
    at krasa.formatter.action.ChangeFormatterToolbarAction.update(ChangeFormatterToolbarAction.java:71)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:98)
    at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:163)
    at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:124)
    at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$2.run(ActionToolbarImpl.java:815)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.a(FocusManagerImpl.java:616)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.g(FocusManagerImpl.java:597)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.e(FocusManagerImpl.java:567)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.access$200(FocusManagerImpl.java:55)
    at com.intellij.openapi.wm.impl.FocusManagerImpl$7.run(FocusManagerImpl.java:465)
    at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:1762)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:443)
    at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.a(ActionToolbarImpl.java:861)
    at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.access$400(ActionToolbarImpl.java:56)
    at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$MyTimerListener.run(ActionToolbarImpl.java:769)
    at com.intellij.openapi.actionSystem.impl.WeakTimerListener.run(WeakTimerListener.java:50)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.a(ActionManagerImpl.java:1258)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.a(ActionManagerImpl.java:1247)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.actionPerformed(ActionManagerImpl.java:1228)
    at javax.swing.Timer.fireActionPerformed(Timer.java:312)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:694)
    at java.awt.EventQueue$3.run(EventQueue.java:692)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
    at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
    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)

Original issue reported on code.google.com by IgorShes...@gmail.com on 4 Oct 2013 at 12:33

GoogleCodeExporter commented 9 years ago
which Idea version?

Original comment by vojta.kr...@gmail.com on 4 Oct 2013 at 12:35

GoogleCodeExporter commented 9 years ago
11.1.5 64-bit

Original comment by IgorShes...@gmail.com on 4 Oct 2013 at 12:38

GoogleCodeExporter commented 9 years ago
Can I become a contributor and try to fix it myself?

Original comment by IgorShes...@gmail.com on 4 Oct 2013 at 12:44

GoogleCodeExporter commented 9 years ago
there is nothing to fix, check this :)
https://code.google.com/p/eclipse-code-formatter-intellij-plugin/issues/detail?i
d=53

Original comment by vojta.kr...@gmail.com on 4 Oct 2013 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by vojta.kr...@gmail.com on 14 Oct 2013 at 9:41