- Timestamp:
- 2026-02-16T09:02:31+01:00 (30 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/datatransfer/ClipboardUtils.java
r19519 r19530 117 117 Thread.currentThread().interrupt(); 118 118 } 119 } catch (NullPointerException e) { // NOPMD 119 } catch (NullPointerException|NoClassDefFoundError e) { // NOPMD 120 120 // JDK-6322854: On Linux/X11, NPE can happen for unknown reasons, on all versions of Java 121 // See #24642: Access can fail due to issues in ImageIO when an image is in clipboard 121 122 Logging.error(e); 122 123 }
Note:
See TracChangeset
for help on using the changeset viewer.
