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/02 18:30:08 UTC

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

Author: tellison
Date: Fri Oct  2 16:30:08 2009
New Revision: 821083

URL: http://svn.apache.org/viewvc?rev=821083&view=rev
Log:
String has good reason to test identity of string objects.

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=821083&r1=821082&r2=821083&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 Fri Oct  2 16:30:08 2009
@@ -85,6 +85,10 @@
 		<Class name="java.lang.String" />
 		<Bug pattern="ES_COMPARING_STRINGS_WITH_EQ" />
 	</Match>
+	<Match>
+		<Class name="java.lang.String" />
+		<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
+	</Match>
 
 	<!-- Ignore this unused private method -->
 	<Match>