Modify ↓
Opened 13 years ago
Closed 13 years ago
#7912 closed defect (duplicate)
Validator crashes on 0 node highway
Reported by: | Gnonthgol | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce:
- Start out with a clean JOSM instance version 5356 and 5369 are confirmed to have this problem.
- Open a .osm file that includes a way with 0 nodes and a "highway" tag.
- Click the "Validate" button in the validation window or try to upload the file.
Expected result:
Validator should give a strong and clear message that there is a problem and upload should be haulted.
Actual result:
JOSM throws the following exception and stops the upload without any clear error messages.
java.lang.NullPointerException at org.openstreetmap.josm.data.validation.tests.WayConnectedToArea.visit(WayConnectedToArea.java:29) ...
Attachments (1)
Change History (2)
by , 13 years ago
comment:1 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Minimal test file that trigers the bug