source: josm/trunk/tools/spotbugs/josm-filter.xml

Last change on this file was 19519, checked in by stoecker, 10 days ago

unify eol-style

  • Property svn:eol-style set to LF
File size: 2.3 KB
RevLine 
[4838]1<FindBugsFilter>
2
[13220]3 <Match>
4 <Bug pattern="DM_EXIT" />
5 </Match>
6 <Match>
7 <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
8 </Match>
9 <Match>
[18339]10 <Bug pattern="EI_EXPOSE_REP" />
11 </Match>
12 <Match>
13 <Bug pattern="EI_EXPOSE_REP2" />
14 </Match>
15 <Match>
[13220]16 <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
17 </Match>
18 <Match>
19 <Bug pattern="IL_INFINITE_LOOP" />
20 </Match>
21 <Match>
[18339]22 <Bug pattern="MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR" />
23 </Match>
24 <Match>
[13220]25 <Bug pattern="NM_CONFUSING" />
26 </Match>
27 <Match>
28 <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
29 </Match>
30 <Match>
31 <Bug pattern="SE_BAD_FIELD" />
32 </Match>
33 <Match>
34 <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
35 </Match>
36 <Match>
37 <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
38 </Match>
39 <Match>
40 <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE" />
41 </Match>
42 <Match>
43 <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
44 </Match>
[11343]45
[13220]46 <Match>
[14200]47 <Bug pattern="SF_SWITCH_FALLTHROUGH" />
[13601]48 <Class name="org.openstreetmap.josm.data.projection.proj.AzimuthalEquidistant" />
49 </Match>
[14200]50 <Match>
51 <Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD" />
52 <Class name="org.openstreetmap.josm.gui.tagging.presets.items.TextItem" />
53 </Match>
[11902]54
[7367]55 <Match>
[13220]56 <Class name="~com.*" />
57 </Match>
58 <Match>
[18723]59 <Class name="~jakarta.json.*" />
60 </Match>
61 <Match>
[7367]62 <Class name="~javax.json.*" />
63 </Match>
64 <Match>
[13220]65 <Class name="~oauth.signpost.*" />
66 </Match>
67 <Match>
68 <Class name="~org.apache.*" />
69 </Match>
70 <Match>
[18723]71 <Class name="~org.eclipse.parsson.*" />
72 </Match>
73 <Match>
[7367]74 <Class name="~org.glassfish.json.*" />
75 </Match>
76 <Match>
[13220]77 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
78 </Match>
79 <Match>
[8363]80 <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
81 </Match>
82 <Match>
83 <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
84 </Match>
85 <Match>
[13865]86 <Class name="~org.tukaani.*" />
87 </Match>
88 <Match>
[7367]89 <Class name="~org.w3._2001.xmlschema.*" />
90 </Match>
[4838]91
[13220]92</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.