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/ClipboardUtils.java

    r11535 r11746  
    116116                    Thread.currentThread().interrupt();
    117117                }
    118             } catch (NullPointerException e) {
     118            } catch (NullPointerException e) { // NOPMD
    119119                // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java
    120120                Main.error(e);
Note: See TracChangeset for help on using the changeset viewer.