Author: tn
Date: Mon Apr 22 20:58:20 2013
New Revision: 1470714

URL: http://svn.apache.org/r1470714
Log:
ExtendedProperties has already been removed.

Modified:
    commons/proper/collections/trunk/findbugs-exclude-filter.xml

Modified: commons/proper/collections/trunk/findbugs-exclude-filter.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/findbugs-exclude-filter.xml?rev=1470714&r1=1470713&r2=1470714&view=diff
==============================================================================
--- commons/proper/collections/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/collections/trunk/findbugs-exclude-filter.xml Mon Apr 22 
20:58:20 2013
@@ -43,13 +43,6 @@
     </Or>
   </Match>
 
-  <!--  Load first tries ISO_8859_1 encoding, and reverts to the system's 
default if not available -->
-  <Match>
-    <Class name="org.apache.commons.collections4.ExtendedProperties" />
-    <Method name="load" params="java.io.InputStream, java.lang.String" 
returns="void" />
-    <Bug pattern="DM_DEFAULT_ENCODING" />
-  </Match>
-  
   <!-- TreeBidiMap implements equals by delegating to another method for 
re-usability -->
   <Match>
     <Or>


Reply via email to