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

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

findbugs - SE_BAD_FIELD

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