summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml')
-rw-r--r--eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml b/eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml
new file mode 100644
index 00000000..c3a419a2
--- /dev/null
+++ b/eaaf_modules/eaaf_module_auth_sl20/checks/spotbugs-exclude.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<FindBugsFilter>
+ <Match>
+ <OR>
+ <Class name="at.gv.egiz.eaaf.modules.auth.sl20.data.VerificationResult" />
+ <Class name="at.gv.egiz.eaaf.modules.auth.sl20.utils.SL20HttpBindingUtils" />
+ <Class name="at.gv.egiz.eaaf.modules.auth.sl20.utils.SL20HttpBindingUtils$Sl20ResponseHolder" />
+ </OR>
+ <OR>
+ <Bug pattern="EI_EXPOSE_REP" />
+ <Bug pattern="EI_EXPOSE_REP2" />
+ </OR>
+ </Match>
+ <Match>
+ <OR>
+ <Class name="at.gv.egiz.eaaf.modules.auth.sl20.utils.JsonMapper" />
+ </OR>
+ <OR>
+ <Bug pattern="MS_EXPOSE_REP" />
+ </OR>
+ </Match>
+</FindBugsFilter>