Changeset 10222 in josm for trunk/scripts


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/scripts/SyncEditorImageryIndex.groovy

    r10077 r10222  
    2424import org.openstreetmap.josm.data.imagery.ImageryInfo
    2525import org.openstreetmap.josm.io.imagery.ImageryReader
     26
     27import edu.umd.cs.findbugs.annotations.SuppressFBWarnings
    2628
    2729class SyncEditorImageryIndex {
     
    177179    }
    178180
     181    @SuppressFBWarnings(value = "ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD")
    179182    void myprintln(String s) {
    180183        if(skipEntries.containsKey(s)) {
Note: See TracChangeset for help on using the changeset viewer.