File: josm-filter.xml

package info (click to toggle)
josm 0.0.svn14760%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 187,192 kB
  • sloc: java: 317,260; xml: 197,001; perl: 10,125; jsp: 250; sh: 112; makefile: 94; python: 29
file content (84 lines) | stat: -rw-r--r-- 2,196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<FindBugsFilter>

    <Match>
        <Bug pattern="DM_EXIT" />
    </Match>
    <Match>
        <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
    </Match>
    <Match>
        <Bug pattern="EQ_DOESNT_OVERRIDE_EQUALS" />
    </Match>
    <Match>
        <Bug pattern="IL_INFINITE_LOOP" />
    </Match>
    <Match>
        <Bug pattern="NM_CONFUSING" />
    </Match>
    <Match>
        <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
    </Match>
    <Match>
        <Bug pattern="SE_BAD_FIELD" />
    </Match>
    <Match>
        <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
    </Match>
    <Match>
        <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
    </Match>
    <Match>
        <Bug pattern="UI_INHERITANCE_UNSAFE_GETRESOURCE" />
    </Match>
    <Match>
        <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR" />
    </Match>

    <Match>
        <Bug pattern="EI_EXPOSE_REP2" />
        <Class name="org.openstreetmap.josm.tools.CopyList" />
    </Match>
    <Match>
        <Bug pattern="SF_SWITCH_FALLTHROUGH" />
        <Class name="org.openstreetmap.josm.data.projection.proj.AzimuthalEquidistant" />
    </Match>
    <Match>
        <Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD" />
        <Class name="org.openstreetmap.josm.gui.tagging.presets.items.TextItem" />
    </Match>

    <Match>
        <Class name="~com.*" />
    </Match>
    <Match>
        <Class name="~javax.json.*" />
    </Match>
    <Match>
        <Class name="~oauth.signpost.*" />
    </Match>
    <Match>
        <Class name="~org.apache.*" />
    </Match>
    <Match>
        <Class name="~org.glassfish.json.*" />
    </Match>
    <Match>
        <Class name="~org.jdesktop.swinghelper.debug.*" />
    </Match>
    <Match>
        <Class name="~org.openstreetmap.gui.jmapviewer.*" />
    </Match>
    <Match>
        <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
    </Match>
    <Match>
        <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
    </Match>
    <Match>
        <Class name="~org.tukaani.*" />
    </Match>
    <Match>
        <Class name="~org.w3._2001.xmlschema.*" />
    </Match>

</FindBugsFilter>