This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
commit 486e524fd884ec296c84eb6c944a7b06e7dd5468 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 14:14:26 2021 -0500 Add SpotBugs exclusion. --- sb-excludes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sb-excludes.xml b/sb-excludes.xml index 36e7de5..38edc9b 100644 --- a/sb-excludes.xml +++ b/sb-excludes.xml @@ -34,4 +34,10 @@ <Method name="loadQueries" /> <Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" /> </Match> + <!-- This method returns a boolean indicating status. --> + <Match> + <Class name="org.apache.commons.dbutils.DbUtils" /> + <Method name="loadDriver" /> + <Bug pattern="REC_CATCH_EXCEPTION" /> + </Match> </FindBugsFilter> \ No newline at end of file