Author: markt Date: Tue Jun 12 12:01:21 2012 New Revision: 1349281 URL: http://svn.apache.org/viewvc?rev=1349281&view=rev Log: Refactoring has been completed in fix for BZ 48870
Modified: tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml Modified: tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml?rev=1349281&r1=1349280&r2=1349281&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml (original) +++ tomcat/trunk/res/findbugs/filter-post-7.0.x-fixes.xml Tue Jun 12 12:01:21 2012 @@ -38,12 +38,6 @@ <Method name="writeObject" /> <Bug code="Se" /> </Match> - <!-- Re-factor Integer constants to an enum --> - <Match> - <Class name="org.apache.catalina.startup.ClassLoaderFactory" /> - <Method name="createClassLoader" /> - <Bug code="RC" /> - </Match> <!-- Re-factor to only have the thread running when an instance of the --> <!-- handler is active --> <Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org