Modify ↓
Opened 9 years ago
Closed 9 years ago
#13279 closed defect (fixed)
NPE in fixAddresses plugin
Reported by: | h4ck3rm1k3 | Owned by: | OliverW |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin fixaddresses | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- open data set
- download a bit of the street
- click around
What is the expected result?
Help me fix addresses
What happens instead?
crash
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-07-24 00:19:35 +0200 (Sun, 24 Jul 2016) Build-Date:2016-07-24 01:39:57 Revision:10619 Relative:URL: ^/trunk Identification: JOSM/1.5 (10619 en) Linux Debian GNU/Linux unstable (sid) Memory Usage: 711 MB / 1748 MB (192 MB allocated, but free) Java version: 1.8.0_91-8u91-b14-3-b14, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-8-jre:amd64-8u91-b14-3 Dataset consistency test: No problems found Plugins: - AddrInterpolation (32584) - BuildingGeneralization (1010) - CADTools (1006) - ColorPlugin (1414145445) - CommandLine (32416) - FastDraw (32639) - FixAddresses (32445) - HouseNumberTaggingTool (32584) - ShapeTools (1010) - SimplifyArea (32517) - areaselector (271) - buildings_tools (32639) - colorscheme (32148) - conflation (0.2.0) - continuosDownload (53) - contourmerge (1014) - ejml (32639) - ext_tools (32309) - fieldpapers (v0.4.0) - geochat (32561) - geotools (32584) - jts (32539) - log4j (32309) - pbf (32584) - reltoolbox (32639) - scripting (30723) - utilsplugin2 (32584) Last errors/warnings: - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.net.SocketTimeoutException: Read timed out - E: java.lang.NullPointerException java.lang.NullPointerException at org.openstreetmap.josm.plugins.fixAddresses.gui.actions.AbstractAddressEditAction.finishTransaction(AbstractAddressEditAction.java:185) at org.openstreetmap.josm.plugins.fixAddresses.gui.actions.ApplyAllGuessesAction.mouseClicked(ApplyAllGuessesAction.java:119) at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270) at java.awt.Component.processMouseEvent(Component.java:6538) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6300) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4891) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4713) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4534) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2750) at java.awt.Component.dispatchEvent(Component.java:4713) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:697) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | BRUNSWICK AVE.osm added |
---|
comment:1 by , 9 years ago
Component: | Core → Plugin fixaddresses |
---|---|
Owner: | changed from | to
Summary: | Fix address plugin → NPE in fixAddresses plugin |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed on [o32770:32772].