diff options
Diffstat (limited to 'main/project')
| -rw-r--r-- | main/project/findbugs/exclusions.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/project/findbugs/exclusions.xml b/main/project/findbugs/exclusions.xml index 798ecb4..00f0032 100644 --- a/main/project/findbugs/exclusions.xml +++ b/main/project/findbugs/exclusions.xml @@ -46,5 +46,9 @@ <Bug pattern="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR"/> <Class name="~.*Test"/> </Match> - + + <!-- To many false positives here. The same issue will also be found by Eclipse locally, so we should be fine. --> + <Match> + <Bug pattern="SF_SWITCH_NO_DEFAULT"/> + </Match> </FindBugsFilter>
\ No newline at end of file |
