Details
Description
Open applet, New View, close the new view (Close button or File | Close).
PaintRefresher.RemoveComponent throws an exception as it modifies a map while iterating over it.
Note that has already been corrected in the gui.PaintRefresher method, although there is a better way - use an Iterator and method Iterator.remove().
PaintRefresher.RemoveComponent throws an exception as it modifies a map while iterating over it.
Note that has already been corrected in the gui.PaintRefresher method, although there is a better way - use an Iterator and method Iterator.remove().
Attachments
Issue Links
- blocks
-
JAL-2608 Dispose of OverviewPanel to avoid memory leaks
- Closed