Ignore:
Timestamp:
2016-05-15T21:14:06+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - fix/suppress most of warnings reported in unit tests + enable low confidence warnings for core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveKeyHandlingTest.java

    r9459 r10222  
    1010import org.openstreetmap.josm.JOSMFixture;
    1111import org.openstreetmap.josm.data.coor.LatLon;
     12
     13import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    1214
    1315/**
     
    7274     */
    7375    @Test
     76    @SuppressFBWarnings(value = "DM_STRING_CTOR", justification = "test that equals is used and not ==")
    7477    public void remove() {
    7578        Node n = new Node();
Note: See TracChangeset for help on using the changeset viewer.