You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2009/10/06 14:30:47 UTC

svn commit: r822246 - /harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml

Author: tellison
Date: Tue Oct  6 12:30:46 2009
New Revision: 822246

URL: http://svn.apache.org/viewvc?rev=822246&view=rev
Log:
JarURLConnectionImpl needs to handle URLs.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml

Modified: harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml?rev=822246&r1=822245&r2=822246&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/make/findbugs-exclude-filter.xml Tue Oct  6 12:30:46 2009
@@ -309,5 +309,12 @@
 		<Bug code="IA" />
 	</Match>
 
+	<!-- JarURLConnectionImpl needs to handle URLs -->
+	<Match>
+		<Class
+			name="org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl" />
+		<Bug pattern="DMI_COLLECTION_OF_URLS" />
+	</Match>
+
 </FindBugsFilter>