diff options
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml index 82306a57..b60fe888 100644 --- a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml +++ b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml @@ -2,6 +2,13 @@ <FindBugsFilter> <Match> <!-- Do not check code generated by Apache CXF framework --> + <Or> + <Class name="~szrservices.SZRException"/> + <Package name="~at[.]gv[.]bmi[.]namespace[.]zmr_su.*?" /> + </Or> + </Match> + <Match> + <!-- Do not check code generated by Apache CXF framework --> <Class name="~szrservices.SZRException"/> </Match> <Match> |