Ignore:
Timestamp:
2016-08-24T23:04:35+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13441 - add robustness against JDK-6322854

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/datatransfer/OsmTransferHandler.java

    r10881 r10890  
    9696        } catch (IllegalStateException e) {
    9797            Main.debug(e);
     98        } catch (NullPointerException e) {
     99            // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java
     100            Main.error(e);
    98101        }
    99102        return false;
Note: See TracChangeset for help on using the changeset viewer.