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

Last change on this file since 8363 was 8363, checked in by Don-vip, 9 years ago

exclude generated files from FindBugs analysis

File size: 812 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.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
29    </Match>
30    <Match>
31        <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
32    </Match>
33    <Match>
34        <Class name="~org.w3._2001.xmlschema.*" />
35    </Match>
36
37</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.