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/widgets/JosmPasswordField.java

    r10627 r11746  
    125125                    try {
    126126                        pasteAction.actionPerformed(e);
    127                     } catch (NullPointerException npe) {
     127                    } catch (NullPointerException npe) { // NOPMD
    128128                        Main.error(npe, "NullPointerException occured because of JDK bug 6322854. "
    129129                                +"Copy/Paste operation has not been performed. Please complain to Oracle: "+
Note: See TracChangeset for help on using the changeset viewer.