Ignore:
Timestamp:
2017-09-19T15:04:04+02:00 (7 years ago)
Author:
bastiK
Message:

fixed #15315 - NPE in eastNorth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r12846 r12876  
    16621662        try {
    16631663            record.paintPrimitive(paintSettings, this);
    1664         } catch (JosmRuntimeException | IllegalArgumentException | IllegalStateException e) {
     1664        } catch (JosmRuntimeException | IllegalArgumentException | IllegalStateException | NullPointerException e) {
    16651665            throw BugReport.intercept(e).put("record", record);
    16661666        }
Note: See TracChangeset for help on using the changeset viewer.