Author: markt Date: Wed Dec 15 14:35:22 2010 New Revision: 1049564 URL: http://svn.apache.org/viewvc?rev=1049564&view=rev Log: Add a FindBugs filter config for known false positives
Added: tomcat/trunk/res/findbugs/ tomcat/trunk/res/findbugs/filter-false-positives.xml (with props) Added: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1049564&view=auto ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (added) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Dec 15 14:35:22 2010 @@ -0,0 +1,7 @@ +<FindBugsFilter> + <Match> + <Class name="org.apache.catalina.startup.HostConfig" /> + <Method name="checkResources" /> + <Bug code="SWL" /> + </Match> +</FindBugsFilter> \ No newline at end of file Propchange: tomcat/trunk/res/findbugs/filter-false-positives.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org