Ignore:
Timestamp:
2018-12-27T17:45:37+01:00 (6 years ago)
Author:
Don-vip
Message:

tools update: awaitility 3.1.5, equalsverifier 3.1.2, jmockit 1.44, system-rules 1.19, wiremock 2.20, groovy 2.5.5, checkstyle 8.15, pmd 6.10, spotbugs 3.1.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java

    r14004 r14604  
    2323import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    2424import nl.jqno.equalsverifier.EqualsVerifier;
    25 import nl.jqno.equalsverifier.Warning;
    2625
    2726/**
     
    6665        TestUtils.assumeWorkingEqualsVerifier();
    6766        EqualsVerifier.forClass(NodePair.class).usingGetClass()
    68             .suppress(Warning.ANNOTATION) // FIXME: remove it after https://github.com/jqno/equalsverifier/issues/197 is fixed
    6967            .withPrefabValues(Node.class, new Node(1), new Node(2))
    7068            .verify();
Note: See TracChangeset for help on using the changeset viewer.