Ignore:
Timestamp:
2026-02-20T11:51:47+01:00 (29 hours ago)
Author:
stoecker
Message:

remove a lot of PMD warnings, especially outdated ignores, see #24635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/LoadAndZoomHandler.java

    r19200 r19535  
    179179                }
    180180            }
    181         } catch (RuntimeException ex) { // NOPMD
     181        } catch (RuntimeException ex) {
    182182            Logging.warn("RemoteControl: Error parsing load_and_zoom remote control request:");
    183183            Logging.error(ex);
     
    247247                ExceptionDialogUtil.explainException(ex);
    248248            } catch (ExecutionException | TimeoutException |
    249                      OsmTransferException | RuntimeException ex) { // NOPMD
     249                     OsmTransferException | RuntimeException ex) {
    250250                ExceptionDialogUtil.explainException(ex);
    251251            }
Note: See TracChangeset for help on using the changeset viewer.