|
Last change
on this file since 11377 was 11377, checked in by Don-vip, 9 years ago |
|
findbugs - SE_BAD_FIELD
|
-
Property svn:eol-style
set to
native
|
|
File size:
1012 bytes
|
| Line | |
|---|
| 1 | <FindBugsFilter>
|
|---|
| 2 |
|
|---|
| 3 | <Match>
|
|---|
| 4 | <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
|
|---|
| 5 | </Match>
|
|---|
| 6 | <Match>
|
|---|
| 7 | <Bug pattern="SE_BAD_FIELD" />
|
|---|
| 8 | </Match>
|
|---|
| 9 | <Match>
|
|---|
| 10 | <Bug pattern="SE_TRANSIENT_FIELD_NOT_RESTORED" />
|
|---|
| 11 | </Match>
|
|---|
| 12 |
|
|---|
| 13 | <Match>
|
|---|
| 14 | <Class name="~com.*" />
|
|---|
| 15 | </Match>
|
|---|
| 16 | <Match>
|
|---|
| 17 | <Class name="~gnu.getopt.*" />
|
|---|
| 18 | </Match>
|
|---|
| 19 | <Match>
|
|---|
| 20 | <Class name="~javax.json.*" />
|
|---|
| 21 | </Match>
|
|---|
| 22 | <Match>
|
|---|
| 23 | <Class name="~oauth.signpost.*" />
|
|---|
| 24 | </Match>
|
|---|
| 25 | <Match>
|
|---|
| 26 | <Class name="~org.apache.*" />
|
|---|
| 27 | </Match>
|
|---|
| 28 | <Match>
|
|---|
| 29 | <Class name="~org.glassfish.json.*" />
|
|---|
| 30 | </Match>
|
|---|
| 31 | <Match>
|
|---|
| 32 | <Class name="~org.jdesktop.swinghelper.debug.*" />
|
|---|
| 33 | </Match>
|
|---|
| 34 | <Match>
|
|---|
| 35 | <Class name="~org.openstreetmap.gui.jmapviewer.*" />
|
|---|
| 36 | </Match>
|
|---|
| 37 | <Match>
|
|---|
| 38 | <Class name="~org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" />
|
|---|
| 39 | </Match>
|
|---|
| 40 | <Match>
|
|---|
| 41 | <Class name="~org.openstreetmap.josm.data.imagery.types.*" />
|
|---|
| 42 | </Match>
|
|---|
| 43 | <Match>
|
|---|
| 44 | <Class name="~org.w3._2001.xmlschema.*" />
|
|---|
| 45 | </Match>
|
|---|
| 46 |
|
|---|
| 47 | </FindBugsFilter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.