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

Last change on this file since 11343 was 11343, checked in by Don-vip, 8 years ago

findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some SIC_INNER_SHOULD_BE_STATIC_ANON

  • Property svn:eol-style set to native
File size: 884 bytes
Line 
1<FindBugsFilter>
2
3 <Match>
4 <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
5 </Match>
6
7 <Match>
8 <Class name="~com.*" />
9 </Match>
10 <Match>
11 <Class name="~gnu.getopt.*" />
12 </Match>
13 <Match>
14 <Class name="~javax.json.*" />
15 </Match>
16 <Match>
17 <Class name="~oauth.signpost.*" />
18 </Match>
19 <Match>
20 <Class name="~org.apache.*" />
21 </Match>
22 <Match>
23 <Class name="~org.glassfish.json.*" />
24 </Match>
25 <Match>
26 <Class name="~org.jdesktop.swinghelper.debug.*" />
27 </Match>
28 <Match>
29 <Class name="~org.openstreetmap.gui.jmapviewer.*" />
30 </Match>
31 <Match>
32 <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
33 </Match>
34 <Match>
35 <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
36 </Match>
37 <Match>
38 <Class name="~org.w3._2001.xmlschema.*" />
39 </Match>
40
41</FindBugsFilter>
Note: See TracBrowser for help on using the repository browser.