Last change
on this file since 11540 was 11390, checked in by Don-vip, 8 years ago |
findbugs - DM_EXIT, DMI_HARDCODED_ABSOLUTE_FILENAME
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
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="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
---|
14 | </Match>
|
---|
15 | <Match>
|
---|
16 | <Bug pattern="SE_BAD_FIELD" />
|
---|
17 | </Match>
|
---|
18 | <Match>
|
---|
19 | <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
|
---|
20 | </Match>
|
---|
21 | <Match>
|
---|
22 | <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
|
---|
23 | </Match>
|
---|
24 |
|
---|
25 | <Match>
|
---|
26 | <Class name="~com.*" />
|
---|
27 | </Match>
|
---|
28 | <Match>
|
---|
29 | <Class name="~gnu.getopt.*" />
|
---|
30 | </Match>
|
---|
31 | <Match>
|
---|
32 | <Class name="~javax.json.*" />
|
---|
33 | </Match>
|
---|
34 | <Match>
|
---|
35 | <Class name="~oauth.signpost.*" />
|
---|
36 | </Match>
|
---|
37 | <Match>
|
---|
38 | <Class name="~org.apache.*" />
|
---|
39 | </Match>
|
---|
40 | <Match>
|
---|
41 | <Class name="~org.glassfish.json.*" />
|
---|
42 | </Match>
|
---|
43 | <Match>
|
---|
44 | <Class name="~org.jdesktop.swinghelper.debug.*" />
|
---|
45 | </Match>
|
---|
46 | <Match>
|
---|
47 | <Class name="~org.openstreetmap.gui.jmapviewer.*" />
|
---|
48 | </Match>
|
---|
49 | <Match>
|
---|
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>
|
---|
56 | <Class name="~org.w3._2001.xmlschema.*" />
|
---|
57 | </Match>
|
---|
58 |
|
---|
59 | </FindBugsFilter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.