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/05 13:07:22 UTC

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

Author: tellison
Date: Mon Oct  5 11:07:22 2009
New Revision: 821754

URL: http://svn.apache.org/viewvc?rev=821754&view=rev
Log:
MessageDigestImpl also not required to be cloneable.

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

Modified: harmony/enhanced/classlib/trunk/modules/security/make/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/make/findbugs-exclude-filter.xml?rev=821754&r1=821753&r2=821754&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/make/findbugs-exclude-filter.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/security/make/findbugs-exclude-filter.xml Mon Oct  5 11:07:22 2009
@@ -50,6 +50,10 @@
 		<Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
 	</Match>
 	<Match>
+		<Class name="java.security.MessageDigest$MessageDigestImpl" />
+		<Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
+	</Match>
+	<Match>
 		<Class name="java.security.Signature" />
 		<Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" />
 	</Match>