This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-clam.git
commit 5d1c45e179480c1b46dd5616ff47d5c759d5bec8 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Mar 27 21:30:29 2022 +0200 [spotbugs] exclude REC_CATCH_EXCEPTION --- spotbugs-exclude.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml index 91896a4..38d5c44 100644 --- a/spotbugs-exclude.xml +++ b/spotbugs-exclude.xml @@ -28,4 +28,9 @@ <Class name="org.apache.sling.clam.http.internal.ClamEventsServlet$Client"/> <Method name="onWritePossible"/> </Match> + <Match> + <Bug pattern="REC_CATCH_EXCEPTION"/> + <Class name="org.apache.sling.clam.oak.internal.NodeObservingJcrPropertyDigger$DigTask"/> + <Method name="run"/> + </Match> </FindBugsFilter>
