source:
josm/trunk/tools/findbugs/josm-filter.xml@
6216
Last change on this file since 6216 was 4838, checked in by , 13 years ago | |
---|---|
File size: 335 bytes |
Rev | Line | |
---|---|---|
[4838] | 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.