source: josm/trunk/tools/findbugs/josm-filter.xml@ 7383

Last change on this file since 7383 was 7367, checked in by Don-vip, 10 years ago

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 size: 611 bytes
Line 
1<FindBugsFilter>
2
3 <Match>
4 <Class name="~com.*" />
5 </Match>
6 <Match>
7 <Class name="~gnu.getopt.*" />
8 </Match>
9 <Match>
10 <Class name="~javax.json.*" />
11 </Match>
12 <Match>
13 <Class name="~oauth.signpost.*" />
14 </Match>
15 <Match>
16 <Class name="~org.apache.*" />
17 </Match>
18 <Match>
19 <Class name="~org.glassfish.json.*" />
20 </Match>
21 <Match>
22 <Class name="~org.jdesktop.swinghelper.debug.*" />
23 </Match>
24 <Match>
25 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
26 </Match>
27 <Match>
28 <Class name="~org.w3._2001.xmlschema.*" />
29 </Match>
30
31</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.