I was attempting to rename a class. When I hit the OK button,
nothing happened and I got the following exception on my console:
--------------------------------------------------------------------
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.intellij.refactoring.c.r.O(r.java:157)
at com.intellij.refactoring.c.r.j(r.java:82)
at com.intellij.ui.cz.actionPerformed(cz.java:5)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:14
50)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1504)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
at
javax.swing.plaf.basic.BasicRootPaneUI$DefaultAction.actionPerformed(
BasicRootPaneUI.java:156)
at
javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1384)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2078)
at
javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:252)
at
javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:2
05)
at
javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.
java:2145)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2138)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2045)
at java.awt.Component.processEvent(Component.java:3553)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at
java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at com.intellij.ui.dv.show(dv.java:23)
at com.intellij.openapi.wm.impl.cg.a(cg.java:72)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.a(WindowManagerImpl.ja
va:198)
at com.intellij.ui.y.K(y.java:81)
at com.intellij.refactoring.c.k.run(k.java:3)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.intellij.refactoring.c.r.O(r.java:157)
at com.intellij.refactoring.c.r.j(r.java:82)
at com.intellij.ui.cz.actionPerformed(cz.java:5)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:14
50)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1504)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:216)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451
)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at com.intellij.ui.dv.show(dv.java:23)
at com.intellij.openapi.wm.impl.cg.a(cg.java:72)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.a(WindowManagerImpl.ja
va:198)
at com.intellij.ui.y.K(y.java:81)
at com.intellij.refactoring.c.k.run(k.java:3)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.intellij.refactoring.c.r.O(r.java:157)
at com.intellij.refactoring.c.r.j(r.java:82)
at com.intellij.ui.cz.actionPerformed(cz.java:5)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:14
50)
at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1504)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:378)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:216)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451
)
at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at com.intellij.ui.dv.show(dv.java:23)
at com.intellij.openapi.wm.impl.cg.a(cg.java:72)
at
com.intellij.openapi.wm.impl.WindowManagerImpl.a(WindowManagerImpl.ja
va:198)
at com.intellij.ui.y.K(y.java:81)
at com.intellij.refactoring.c.k.run(k.java:3)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list