Ignore:
Timestamp:
2019-12-13T22:12:24+01:00 (5 years ago)
Author:
Don-vip
Message:

tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java

    r15485 r15588  
    108108     */
    109109    @SuppressWarnings("unchecked")
    110     private static final Class<Test>[] CORE_TEST_CLASSES = new Class[] {
     110    private static final Class<Test>[] CORE_TEST_CLASSES = new Class[] {// NOPMD
    111111        /* FIXME - unique error numbers for tests aren't properly unique - ignoring will not work as expected */
    112112        DuplicateNode.class, // ID    1 ..   99
Note: See TracChangeset for help on using the changeset viewer.