wmyywm / eclipse-code-formatter-intellij-plugin

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

Icon stacktrace #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Installed the plugin
2. Restart IntelliJ

What is the expected output? What do you see instead?

Where the icon used to be in the toolbar there is just a blank. But the button 
is still there.

What version of the product are you using? On what operating system?

Eclipse Code Formatter: 3.6.0
IntelliJ IDEA: 11.1.5
Ubuntu: 13.04
JDK: 1.7.0_25

Please provide any additional information below.

Stacktrace:
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 marius.k...@gmail.com on 1 Aug 2013 at 9:07

GoogleCodeExporter commented 9 years ago
try jdk1.7.0_21  

http://youtrack.jetbrains.com/issue/IDEA-71722

Original comment by vojta.kr...@gmail.com on 1 Aug 2013 at 11:10

GoogleCodeExporter commented 9 years ago
Worked with an older version of the JDK. Seems related to the issue you linked 
to and not this plugin.

Thank you for your time.

Original comment by marius.k...@gmail.com on 1 Aug 2013 at 11:25

GoogleCodeExporter commented 9 years ago
no problem

Original comment by vojta.kr...@gmail.com on 1 Aug 2013 at 11:31