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/gui/datatransfer/OsmTransferHandler.java

    r11554 r11746  
    9797        } catch (IllegalStateException e) {
    9898            Main.debug(e);
    99         } catch (NullPointerException e) {
     99        } catch (NullPointerException e) { // NOPMD
    100100            // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java
    101101            Main.error(e);
Note: See TracChangeset for help on using the changeset viewer.