Author: markt
Date: Tue May 22 16:48:21 2018
New Revision: 1832048
URL: http://svn.apache.org/viewvc?rev=1832048&view=rev
Log:
Final rank 17 false positives
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1832048&r1=1832047&r2=1832048&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue May 22 16:48:21
2018
@@ -1847,6 +1847,12 @@
<Bug pattern="ODR_OPEN_DATABASE_RESOURCE" />
</Match>
<Match>
+ <!-- Statics used to work around API limitations -->
+ <Class name="org.apache.tomcat.jdbc.test.TestValidationQueryTimeout" />
+ <Field name="isTimeoutSet" />
+ <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
+ </Match>
+ <Match>
<Class name="org.apache.tomcat.jdbc.test.TwoDataSources" />
<Method name="testTwoDataSources" />
<Or>
@@ -1962,11 +1968,18 @@
<Method name="testDuplicate01" />
<Method name="testEgMailingList04" />
<Method name="testEgMailingList05" />
+ <Method name="testQuote2" />
+ </Or>
+ <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+ </Match>
+ <Match>
+ <!-- Exception thrown so return value ignored -->
+ <Class name="org.apache.tomcat.websocket.server.TestUriTemplate" />
+ <Or>
<Method name="testPrefixOneOfTwo" />
<Method name="testPrefixTwoOfTwo" />
<Method name="testQuote1" />
- <Method name="testQuote2" />
</Or>
- <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+ <Bug pattern="RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT"/>
</Match>
</FindBugsFilter>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]