diff options
author | Thomas <> | 2021-06-15 12:14:51 +0200 |
---|---|---|
committer | Thomas <> | 2021-06-15 12:14:51 +0200 |
commit | 9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95 (patch) | |
tree | 84033f9780a68d8301db39a13bb106dcbf4d4db1 /eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml | |
parent | dcabab7b6cd0fc763ae4d81eea8283261dd7fede (diff) | |
download | National_eIDAS_Gateway-9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95.tar.gz National_eIDAS_Gateway-9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95.tar.bz2 National_eIDAS_Gateway-9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95.zip |
add ZMR client, to some re-factoring, and a lot of bug-fixing
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> |