diff options
Diffstat (limited to 'eaaf_core_utils/checks')
-rw-r--r-- | eaaf_core_utils/checks/spotbugs-exclude.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eaaf_core_utils/checks/spotbugs-exclude.xml b/eaaf_core_utils/checks/spotbugs-exclude.xml index 58ed1595..2b258e7c 100644 --- a/eaaf_core_utils/checks/spotbugs-exclude.xml +++ b/eaaf_core_utils/checks/spotbugs-exclude.xml @@ -30,10 +30,14 @@ </OR> </Match> <Match> - <Class name="at.gv.egiz.eaaf.core.impl.data.ExceptionContainer" /> + <OR> + <Class name="at.gv.egiz.eaaf.core.impl.data.ExceptionContainer" /> + <Class name="at.gv.egiz.eaaf.core.impl.data.ExceptionContainer$ExceptionContainerBuilder" /> + </OR> <OR> <Bug pattern="JACKSON_UNSAFE_DESERIALIZATION" /> <!-- Use custom deserialization that implements some harding --> - <Bug pattern="EI_EXPOSE_REP" /> + <Bug pattern="EI_EXPOSE_REP" /> + <Bug pattern="EI_EXPOSE_REP2" /> </OR> </Match> </FindBugsFilter>
\ No newline at end of file |