Author: markt
Date: Wed Nov 21 17:00:48 2018
New Revision: 1847124
URL: http://svn.apache.org/viewvc?rev=1847124&view=rev
Log:
Another false positive
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=1847124&r1=1847123&r2=1847124&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Nov 21 17:00:48
2018
@@ -1397,6 +1397,12 @@
<Bug code="SF" />
</Match>
<Match>
+ <!-- Stream will be closed -->
+ <Class name="org.apache.tomcat.util.net.jsse.PEMFile" />
+ <Method name="<init>" />
+ <Pattern name="OS_OPEN_STREAM" />
+ </Match>
+ <Match>
<!-- Array elements are not modified after assignment -->
<Class name="org.apache.tomcat.util.net.openssl.OpenSSLEngine" />
<Or>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]