PropertiesEditor plugin exception
...when opening the Externalization Settings dialog:
Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(732,122),button=1,modifiers=Button1,clickCount=1] on dialog7
java.lang.AssertionError: field must be not null
at com.settingsComponents.SettingTable.tableChanged(SettingTable.java:38)
at javax.swing.JTable.setModel(JTable.java:2721)
at javax.swing.JTable.(JTable.java:368)
at javax.swing.JTable.(JTable.java:295)
at com.settingsComponents.SettingTable.(SettingTable.java:19)
at com.externalizationInspector.ExternalizationConfiguration.$$$setupUI$$$(ExternalizationConfiguration.java)
at com.externalizationInspector.ExternalizationConfiguration.(ExternalizationConfiguration.java:47)
at com.externalizationInspector.ExternalizationComponent.createComponent(ExternalizationComponent.java:83)
at com.intellij.openapi.c.b.g.createComponent(g.java:19)
at com.intellij.openapi.c.b.c.createCenterPanel(c.java:44)
at com.intellij.openapi.ui.DialogWrapper.init(DialogWrapper.java:545)
at com.intellij.openapi.c.b.c.]]>(c.java:51)
at com.intellij.openapi.c.b.a.b(a.java:10)
at com.intellij.openapi.c.b.a.access$900(a.java:11)
at com.intellij.openapi.c.b.a$1.mouseReleased(a$1.java:6)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:80)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:119)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
at java.awt.Dialog$1.run(Dialog.java:540)
at java.awt.Dialog.show(Dialog.java:561)
at com.intellij.openapi.a.b.a$d_.show(a$d_.java:33)
at com.intellij.openapi.a.b.a.show(a.java:90)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:711)
at com.intellij.ide.actions.ep.a(ep.java:25)
at com.intellij.ide.actions.ep.showSettingsDialog(ep.java:17)
at com.intellij.ide.actions.dl.actionPerformed(dl.java:3)
at com.intellij.openapi.e.a.e.a(e.java:161)
at com.intellij.openapi.e.a.e.b(e.java:122)
at com.intellij.openapi.e.a.e.a(e.java:73)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:40)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Please sign in to leave a comment.
Another one when editing a properties file. BTW - this is in build 3144 but I'm pretty sure they happened in prev builds.
java.lang.NullPointerException
at com.propertiesEditor.propedit.controller.PropertiesFileEditor.bundleChanged(PropertiesFileEditor.java:422)
at com.propertiesEditor.propedit.model.bundle.Bundle.notifyListeners(Bundle.java:245)
at com.propertiesEditor.propedit.model.bundle.Bundle.fireBundleChanged(Bundle.java:237)
at com.propertiesEditor.propedit.model.bundle.Bundle.documentParsed(Bundle.java:218)
at com.propertiesEditor.propedit.model.PropertiesFileDocument.notifyListeners(PropertiesFileDocument.java:121)
at com.propertiesEditor.propedit.model.PropertiesFileDocument.firePropertiesFileEditorStateChanged(PropertiesFileDocument.java:108)
at com.propertiesEditor.propedit.model.PropertiesFileDocument.invalidate(PropertiesFileDocument.java:165)
at com.propertiesEditor.propedit.model.PropertiesFileDocument.access$400(PropertiesFileDocument.java:30)
at com.propertiesEditor.propedit.model.PropertiesFileDocument$1.run(PropertiesFileDocument.java:238)
at com.intellij.util.Alarm$1.run(Alarm.java:85)
at com.intellij.util.Alarm$2.run(Alarm.java:226)
at com.intellij.openapi.application.impl.c$b_.run(c$b_.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:80)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:109)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Thanks for report. I'll try to fix it ASAP but cannot guess when it happen.
TIA,
Dmitry
No problem. Thanks for the great plugin.
Dmitry Kashin wrote:
--
"A man's ethical behavior should be based effectually on sympathy,
education, and social ties and needs; no religious basis is necessary.
Man would indeed be in a poor way if he had to be restrained by fear of
punishment and hope of reward after death."
[Albert Einstein, "Religion and Science", New York Times Magazine, 9
November 1930]