Author: markt
Date: Sat Jul 21 20:26:49 2012
New Revision: 1364163

URL: http://svn.apache.org/viewvc?rev=1364163&view=rev
Log:
More 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=1364163&r1=1364162&r2=1364163&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sat Jul 21 20:26:49 
2012
@@ -125,6 +125,24 @@
     <Bug code="SWL" />
   </Match>
   <Match>
+    <!-- context is never null -->
+    <Class name="org.apache.catalina.startup.HostConfig" />
+    <Method name="deployDescriptor" />
+    <Bug code="NP" />
+  </Match>
+  <Match>
+    <!-- context is never null -->
+    <Class name="org.apache.catalina.startup.HostConfig" />
+    <Method name="deployDirectory" />
+    <Bug code="NP" />
+  </Match>
+  <Match>
+    <!-- context is never null -->
+    <Class name="org.apache.catalina.startup.HostConfig" />
+    <Method name="deployWAR" />
+    <Bug code="NP" />
+  </Match>
+  <Match>
     <Class 
name="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/>
     <Method name="memberAlive"/>
     <Bug code="DE"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to