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/coor/LatLonTest.java

    r9879 r10222  
    77import org.junit.Test;
    88import org.openstreetmap.josm.JOSMFixture;
     9
     10import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    911
    1012/**
     
    2628     * Lat/Lon sample values for unit tests
    2729     */
     30    @SuppressFBWarnings(value = "MS_PKGPROTECT")
    2831    public static final double[] SAMPLE_VALUES = new double[]{
    2932            -180.0, -179.9, -179.6, -179.5, -179.4, -179.1, -179.0, -100.0, -99.9, -10.0, -9.9, -1.0, -0.1,
Note: See TracChangeset for help on using the changeset viewer.