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

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

findbugs - disable RV_RETURN_VALUE_IGNORED_BAD_PRACTICE

  • Property svn:eol-style set to native
File size: 960 bytes
Line 
1<FindBugsFilter>
2
3 <Match>
4 <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
5 </Match>
6 <Match>
7 <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
8 </Match>
9
10 <Match>
11 <Class name="~com.*" />
12 </Match>
13 <Match>
14 <Class name="~gnu.getopt.*" />
15 </Match>
16 <Match>
17 <Class name="~javax.json.*" />
18 </Match>
19 <Match>
20 <Class name="~oauth.signpost.*" />
21 </Match>
22 <Match>
23 <Class name="~org.apache.*" />
24 </Match>
25 <Match>
26 <Class name="~org.glassfish.json.*" />
27 </Match>
28 <Match>
29 <Class name="~org.jdesktop.swinghelper.debug.*" />
30 </Match>
31 <Match>
32 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
33 </Match>
34 <Match>
35 <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
36 </Match>
37 <Match>
38 <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
39 </Match>
40 <Match>
41 <Class name="~org.w3._2001.xmlschema.*" />
42 </Match>
43
44</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.