Ignore:
Timestamp:
2017-04-20T03:23:22+02:00 (8 years ago)
Author:
donvip
Message:

findbugs - ignore SE_BAD_FIELD*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/findbugs-filter.xml

    r33046 r33268  
    11<FindBugsFilter>
     2        <Match>
     3                <Bug pattern="SE_BAD_FIELD" />
     4        </Match>
     5        <Match>
     6                <Bug pattern="SE_BAD_FIELD_INNER_CLASS" />
     7        </Match>
     8        <Match>
     9                <Bug pattern="SE_BAD_FIELD_STORE" />
     10        </Match>
    211
    312        <Match>
Note: See TracChangeset for help on using the changeset viewer.