This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit ed411d8668069c6cc4102204ca16e76d656f96d9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jan 6 15:37:19 2023 +0000 Fix SpotBugs issues reported via IDE --- res/spotbugs/filter-false-positives.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/res/spotbugs/filter-false-positives.xml b/res/spotbugs/filter-false-positives.xml index fb5877ef72..7d73b085a5 100644 --- a/res/spotbugs/filter-false-positives.xml +++ b/res/spotbugs/filter-false-positives.xml @@ -1270,15 +1270,15 @@ </Match> <Match> <!-- SQL construction is necessary for pooled statements --> + <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey" /> <Or> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementSQL" /> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementWithAutoGeneratedKeys" /> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementWithColumnIndexes" /> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementWithColumnNames" /> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementWithResultSetConcurrency" /> - <Class name="org.apache.tomcat.dbcp.dbcp2.PStmtKey$PreparedStatementWithResultSetHoldability" /> + <Method name="lambda$3" /> + <Method name="lambda$4" /> + <Method name="lambda$5" /> + <Method name="lambda$6" /> + <Method name="lambda$7" /> + <Method name="lambda$8" /> </Or> - <Method name="createStatement" /> <Bug pattern="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING" /> </Match> <Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org