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

Last change on this file since 5908 was 4838, checked in by jttt, 12 years ago

Add findbugs ant target

File size: 335 bytes
Line 
1<FindBugsFilter>
2
3 <Match>
4 <Class name="~com.*" />
5 </Match>
6 <Match>
7 <Class name="~oauth.signpost.*" />
8 </Match>
9 <Match>
10 <Class name="~org.apache.*" />
11 </Match>
12 <Match>
13 <Class name="~org.jdesktop.swinghelper.debug.*" />
14 </Match>
15 <Match>
16 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
17 </Match>
18
19</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.