Ignore:
Timestamp:
2017-03-19T02:26:34+01:00 (7 years ago)
Author:
Don-vip
Message:

PMD - Strict Exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/NameFinder.java

    r11620 r11746  
    241241                Main.error(ex); // SAXException does not chain correctly
    242242                throw new SAXException(ex.getMessage(), ex);
    243             } catch (NullPointerException ex) {
     243            } catch (NullPointerException ex) { // NOPMD
    244244                Main.error(ex); // SAXException does not chain correctly
    245245                throw new SAXException(tr("Null pointer exception, possibly some missing tags."), ex);
Note: See TracChangeset for help on using the changeset viewer.