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

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

findbugs - DM_EXIT, DMI_HARDCODED_ABSOLUTE_FILENAME

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