SVN Bar throws exception during IJ startup

Build 7123 (M2 RC1):

SVN bar plugin throws exceptions, when a project is loaded.

update failed for AnAction with ID=SVNBar.Revert: JOptionPane: parentComponent does not have a valid parent
java.lang.RuntimeException: JOptionPane: parentComponent does not have a valid parent
at javax.swing.JOptionPane.createInternalFrame(JOptionPane.java:1443)
at javax.swing.JOptionPane.showInternalOptionDialog(JOptionPane.java:1216)
at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:1030)
at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:1004)
at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:978)
at org.jetbrains.idea.plugin.svnbar.action.BasicAction.update(BasicAction.java:46)
at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:86)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:84)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:13)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:387)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.(ActionToolbarImpl.java:333) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.createActionToolbar(ActionManagerImpl.java:195) at com.intellij.openapi.wm.impl.IdeRootPane.a(IdeRootPane.java:31) at com.intellij.openapi.wm.impl.IdeRootPane.updateToolbar(IdeRootPane.java:61) at com.intellij.openapi.wm.impl.IdeRootPane.(IdeRootPane.java:84) at com.intellij.openapi.wm.impl.IdeFrameImpl.(IdeFrameImpl.java:3) at com.intellij.openapi.wm.impl.WindowManagerImpl.showFrame(WindowManagerImpl.java:84) at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:8) at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:38) at com.intellij.idea.MainImpl$3.run(MainImpl.java) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:189) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:131) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:108) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) java.lang.RuntimeException: JOptionPane: parentComponent does not have a valid parent at javax.swing.JOptionPane.createInternalFrame(JOptionPane.java:1443) at javax.swing.JOptionPane.showInternalOptionDialog(JOptionPane.java:1216) at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:1030) at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:1004) at javax.swing.JOptionPane.showInternalMessageDialog(JOptionPane.java:978) at org.jetbrains.idea.plugin.svnbar.action.BasicAction.update(BasicAction.java:46) at com.intellij.openapi.actionSystem.impl.Utils.a(Utils.java:86) at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:84) at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:13) at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:387) at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.]]>(ActionToolbarImpl.java:333)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.createActionToolbar(ActionManagerImpl.java:195)
at com.intellij.openapi.wm.impl.IdeRootPane.a(IdeRootPane.java:31)
at com.intellij.openapi.wm.impl.IdeRootPane.updateToolbar(IdeRootPane.java:61)
at com.intellij.openapi.wm.impl.IdeFrameImpl.updateToolbar(IdeFrameImpl.java:38)
at com.intellij.ide.ui.customization.CustomizableActionsSchemas.a(CustomizableActionsSchemas.java:1)
at com.intellij.ide.ui.customization.CustomizableActionsSchemas.access$000(CustomizableActionsSchemas.java:76)
at com.intellij.ide.ui.customization.CustomizableActionsSchemas$1.run(CustomizableActionsSchemas.java)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:189)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:131)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:108)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

0

Please sign in to leave a comment.