Changes between Initial Version and Version 1 of Ticket #7351
- Timestamp:
- 2012-02-01T19:49:32+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7351 – Description
initial v1 1 1 The nasty OSM server was cowardly refusing to give me the whole area I wanted to work on, so I downloaded adjacent (and maybe overlapping) areas and attempted to merge them. While the merger completed successfully, I got the IndexOutOfBoundsException. It seems to involve UI only, but I hope my description helps you reproduce it. Good luck. 2 2 3 {{{ 3 4 Repository Root: http://josm.openstreetmap.de/svn 4 5 Build-Date: 2012-01-30 02:32:23 … … 79 80 at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 80 81 at java.awt.EventDispatchThread.run(Unknown Source) 82 }}}