1 | <FindBugsFilter> |
---|
2 | |
---|
3 | <Match> |
---|
4 | <Bug pattern="DM_EXIT" /> |
---|
5 | </Match> |
---|
6 | <Match> |
---|
7 | <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" /> |
---|
8 | </Match> |
---|
9 | <Match> |
---|
10 | <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" /> |
---|
11 | </Match> |
---|
12 | <Match> |
---|
13 | <Bug pattern="IL_INFINITE_LOOP" /> |
---|
14 | </Match> |
---|
15 | <Match> |
---|
16 | <Bug pattern="NM_CONFUSING" /> |
---|
17 | </Match> |
---|
18 | <Match> |
---|
19 | <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" /> |
---|
20 | </Match> |
---|
21 | <Match> |
---|
22 | <Bug pattern="SE_BAD_FIELD" /> |
---|
23 | </Match> |
---|
24 | <Match> |
---|
25 | <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" /> |
---|
26 | </Match> |
---|
27 | <Match> |
---|
28 | <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" /> |
---|
29 | </Match> |
---|
30 | <Match> |
---|
31 | <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE" /> |
---|
32 | </Match> |
---|
33 | <Match> |
---|
34 | <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" /> |
---|
35 | </Match> |
---|
36 | |
---|
37 | <Match> |
---|
38 | <Bug pattern="EI_EXPOSE_REP2" /> |
---|
39 | <Class name="org.openstreetmap.josm.tools.CopyList" /> |
---|
40 | </Match> |
---|
41 | <Match> |
---|
42 | <Bug pattern="SF_SWITCH_FALLTHROUGH" /> |
---|
43 | <Class name="org.openstreetmap.josm.data.projection.proj.AzimuthalEquidistant" /> |
---|
44 | </Match> |
---|
45 | <Match> |
---|
46 | <Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD" /> |
---|
47 | <Class name="org.openstreetmap.josm.gui.tagging.presets.items.TextItem" /> |
---|
48 | </Match> |
---|
49 | |
---|
50 | <Match> |
---|
51 | <Class name="~com.*" /> |
---|
52 | </Match> |
---|
53 | <Match> |
---|
54 | <Class name="~javax.json.*" /> |
---|
55 | </Match> |
---|
56 | <Match> |
---|
57 | <Class name="~oauth.signpost.*" /> |
---|
58 | </Match> |
---|
59 | <Match> |
---|
60 | <Class name="~org.apache.*" /> |
---|
61 | </Match> |
---|
62 | <Match> |
---|
63 | <Class name="~org.glassfish.json.*" /> |
---|
64 | </Match> |
---|
65 | <Match> |
---|
66 | <Class name="~org.jdesktop.swinghelper.debug.*" /> |
---|
67 | </Match> |
---|
68 | <Match> |
---|
69 | <Class name="~org.openstreetmap.gui.jmapviewer.*" /> |
---|
70 | </Match> |
---|
71 | <Match> |
---|
72 | <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" /> |
---|
73 | </Match> |
---|
74 | <Match> |
---|
75 | <Class name="~org.openstreetmap.josm.data.imagery.types.*" /> |
---|
76 | </Match> |
---|
77 | <Match> |
---|
78 | <Class name="~org.tukaani.*" /> |
---|
79 | </Match> |
---|
80 | <Match> |
---|
81 | <Class name="~org.w3._2001.xmlschema.*" /> |
---|
82 | </Match> |
---|
83 | |
---|
84 | </FindBugsFilter> |
---|