Author: markt
Date: Thu Jul  6 12:26:42 2017
New Revision: 1801040

URL: http://svn.apache.org/viewvc?rev=1801040&view=rev
Log:
Add some issues deprecated code to the exclusions

Modified:
    tomcat/tc7.0.x/trunk/res/findbugs/filter-post-7.0.x-fixes.xml

Modified: tomcat/tc7.0.x/trunk/res/findbugs/filter-post-7.0.x-fixes.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/findbugs/filter-post-7.0.x-fixes.xml?rev=1801040&r1=1801039&r2=1801040&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/findbugs/filter-post-7.0.x-fixes.xml (original)
+++ tomcat/tc7.0.x/trunk/res/findbugs/filter-post-7.0.x-fixes.xml Thu Jul  6 
12:26:42 2017
@@ -45,5 +45,12 @@
     <Method name="run"/>
     <Bug code="IL"/>
   </Match>
-
+  <!-- Issues in unused deprecated code that will be removed -->
+  <Match>
+    <Class 
name="org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource"/>
+  </Match>
+  <Match>
+    <Class 
name="org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDOMSource"/>
+    <Field name="source"/>
+  </Match>
 </FindBugsFilter>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to