Opened 16 years ago
Closed 15 years ago
#3350 closed defect (fixed)
When i instelled plugin waydownloader and tried to use it
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | waydownloader | Cc: |
Description
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1981
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1981
Last Changed Date: 2009-08-18 15:21:37 +0200 (Tue, 18 Aug 2009)
Memory Usage: 15 MB / 63 MB (3 MB allocated, but free)
Java version: 1.6.0_13
Plugins: DirectUploadImageWayPointIntersect_wayPicLayerbuildings_toolscolorschemedataimporteditgpxlakewalkermeasurementmultipolyopenvisibleosmarenderplastic_lafremotecontrolroutesutilspluginvalidatorwaydownloaderwmsplugin
Plugin plastic_laf Version: 14016
Plugin DirectUpload Version: 16583
Plugin ImageWayPoint Version: 16294
Plugin Intersect_way Version: 12781
Plugin PicLayer Version: 16302
Plugin buildings_tools Version: 20
Plugin colorscheme Version: 16383
Plugin dataimport Version: 16382
Plugin editgpx Version: 16793
Plugin lakewalker Version: 16621
Plugin measurement Version: 16801
Plugin multipoly Version: 16609
Plugin openvisible Version: 16587
Plugin osmarender Version: 16760
Plugin remotecontrol Version: 16965
Plugin routes Version: 16683
Plugin utilsplugin Version: 16735
Plugin validator Version: 17313
Plugin waydownloader Version: 16963
Plugin wmsplugin Version: 17278
java.lang.NullPointerException
at WayDownloaderPlugin$WayDownloadAction.actionPerformed(WayDownloaderPlugin.java:62)
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.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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 (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
The NPE happend when currentDataset was null, but in current version of plugin the Download ways actions should be disabled when currentDataset is null. So probably already fixed.
Still an issue or already fixed?