Opened 15 years ago
Closed 15 years ago
#4674 closed defect (fixed)
NPE in ToggleDialog
Reported by: | anonymous | Owned by: | bastiK |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: |
Description
error when activate the button for the osmbug-plugin
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-03-01 02:31:40
Last Changed Author: bastiK
Revision: 3063
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-02-28 21:22:34 +0100 (Sun, 28 Feb 2010)
Last Changed Rev: 3063
Memory Usage: 932 MB / 1016 MB (219 MB allocated, but free)
Java version: 1.6.0, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows Vista
Dataset consistency test:
No problems found
Plugins: PicLayer,ghost,openstreetbugs,remotecontrol,walkingpapers,wmsplugin
Plugin walkingpapers Version: 19487
Plugin openstreetbugs Version: 19463
Plugin wmsplugin Version: 19992
Plugin PicLayer Version: 19467
Plugin remotecontrol Version: 19946
Plugin ghost Version: 1
java.lang.NullPointerException
at org.openstreetmap.josm.gui.dialogs.ToggleDialog$ToggleDialogAction.actionPerformed(ToggleDialog.java:148)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (6)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Summary: | lübeck → NPE in ToggleDialog |
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
I had this as well, it's openstreetbug.
comment:3 by , 15 years ago
Component: | Core → Plugin |
---|
What is the "osmbug" plugin? the "openstreetbug" plugin from the OSM SVN or another plugin not maintained in the OSM SVN?