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

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

findbugs - ignore UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR

  • Property svn:eol-style set to native
File size: 1.1 KB
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>
[11380]12 <Match>
13 <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
14 </Match>
[11343]15
16 <Match>
[4838]17 <Class name="~com.*" />
18 </Match>
[7367]19 <Match>
20 <Class name="~gnu.getopt.*" />
21 </Match>
22 <Match>
23 <Class name="~javax.json.*" />
24 </Match>
[4838]25 <Match>
26 <Class name="~oauth.signpost.*" />
27 </Match>
28 <Match>
29 <Class name="~org.apache.*" />
30 </Match>
[7367]31 <Match>
32 <Class name="~org.glassfish.json.*" />
33 </Match>
[4838]34 <Match>
35 <Class name="~org.jdesktop.swinghelper.debug.*" />
36 </Match>
37 <Match>
38 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
39 </Match>
[7367]40 <Match>
[8363]41 <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
42 </Match>
43 <Match>
44 <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
45 </Match>
46 <Match>
[7367]47 <Class name="~org.w3._2001.xmlschema.*" />
48 </Match>
[4838]49
50</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.