Ignore:
Timestamp:
2014-08-05T04:33:39+02:00 (10 years ago)
Author:
Don-vip
Message:

fix encoding problems in tests + tools update:

  • Groovy 2.3.6
  • Jacoco 0.7.1
  • Animal Sniffer Ant Tasks 1.11
  • Findbugs 3.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/findbugs/josm-filter.xml

    r4838 r7367  
    44                <Class name="~com.*" />
    55        </Match>
     6    <Match>
     7        <Class name="~gnu.getopt.*" />
     8    </Match>
     9    <Match>
     10        <Class name="~javax.json.*" />
     11    </Match>
    612        <Match>
    713                <Class name="~oauth.signpost.*" />
     
    1016                <Class name="~org.apache.*" />
    1117        </Match>
     18    <Match>
     19        <Class name="~org.glassfish.json.*" />
     20    </Match>
    1221        <Match>
    1322                <Class name="~org.jdesktop.swinghelper.debug.*" />
     
    1625                <Class name="~org.openstreetmap.gui.jmapviewer.*" />
    1726        </Match>
     27    <Match>
     28        <Class name="~org.w3._2001.xmlschema.*" />
     29    </Match>
    1830
    1931</FindBugsFilter>
Note: See TracChangeset for help on using the changeset viewer.