Changes between Initial Version and Version 1 of Ticket #14946
- Timestamp:
- 2017-06-17T18:03:02+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14946 – Description
initial v1 1 1 The command in the Tools menus "Reverse way direction" does not work in latest nightly: 2 2 3 {{{ 3 4 java.lang.IllegalArgumentException: Parameter 'data' must not be null 4 5 at org.openstreetmap.josm.tools.CheckParameterUtil.ensureParameterNotNull(CheckParameterUtil.java:83) … … 48 49 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) 49 50 at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) 51 }}}