Ignore:
Timestamp:
2026-02-20T11:51:47+01:00 (5 months 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/data/validation/OsmValidator.java

    r19062 r19535  
    672672                    test.initialize();
    673673                }
    674             } catch (Exception e) { // NOPMD
     674            } catch (Exception e) {
    675675                String message = tr("Error initializing test {0}:\n {1}", test.getClass().getSimpleName(), e);
    676676                Logging.error(message);
Note: See TracChangeset for help on using the changeset viewer.