[Fb-contrib-commit] SF.net SVN: fb-contrib:[1717] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2012-10-19 22:01:51
|
Revision: 1717
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1717&view=rev
Author: dbrosius
Date: 2012-10-19 22:01:45 +0000 (Fri, 19 Oct 2012)
Log Message:
-----------
sync from github
Modified Paths:
--------------
trunk/fb-contrib/etc/messages.xml
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/etc/messages.xml
===================================================================
--- trunk/fb-contrib/etc/messages.xml 2012-10-19 21:52:20 UTC (rev 1716)
+++ trunk/fb-contrib/etc/messages.xml 2012-10-19 22:01:45 UTC (rev 1717)
@@ -1275,7 +1275,7 @@
<Details>
<![CDATA[
<p> Looks for classes that implement clone() that do not specialize the return value, and do
- not swallow CloneNotFoundException. Not doing so makes the clone method not as simple to use,
+ not swallow CloneNotSupportedException. Not doing so makes the clone method not as simple to use,
and should be harmless to do so.
</p>
]]>
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2012-10-19 21:52:20 UTC (rev 1716)
+++ trunk/fb-contrib/htdocs/index.shtml 2012-10-19 22:01:45 UTC (rev 1717)
@@ -120,7 +120,7 @@
</li>
<li><b>[CU] Clone Usability</b><br/>
Looks for classes that implement clone() that do not specialize the return value, and do
- not swallow CloneNotFoundException. Not doing so makes the clone method not as simple
+ not swallow CloneNotSupportedException. Not doing so makes the clone method not as simple
to use, and should be harmless to do.
</li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|