source: osm/applications/editors/josm/dist/buildings_tools.jar@ 35911

Last change on this file since 35911 was 35909, checked in by taylor.smock, 3 years ago

building_tools (dist): Add NPE check in EDT along with a defensive copy

See #21833: NPE: Cannot invoke "org.openstreetmap.josm.data.coor.EastNorth.east()".
This was caused by something either calling the reset method *or* one of the
methods for calculating the EastNorth returning null.

In any case, we fixed the potential race condition by making a defensive copy
of the en array, and then checking the defensive copy for nulls in the EDT,
where appropriate.

  • Property svn:mime-type set to application/java-archive
File size: 77.2 KB

HTML preview not available, since no preview renderer could handle it.Try downloading the file instead.

Note: See TracBrowser for help on using the repository browser.