[Fb-contrib-commit] SF.net SVN: fb-contrib:[1429] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2010-01-04 04:24:44
|
Revision: 1429 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1429&view=rev Author: dbrosius Date: 2010-01-04 04:24:37 +0000 (Mon, 04 Jan 2010) Log Message: ----------- document the MDM detector submitted by Chris Peterson Modified Paths: -------------- trunk/fb-contrib/htdocs/index.shtml Modified: trunk/fb-contrib/htdocs/index.shtml =================================================================== --- trunk/fb-contrib/htdocs/index.shtml 2010-01-04 04:21:58 UTC (rev 1428) +++ trunk/fb-contrib/htdocs/index.shtml 2010-01-04 04:24:37 UTC (rev 1429) @@ -80,6 +80,10 @@ Looks for fields in serializable classes that are defined as both final and transient. As a transient field is not initialized when streamed, and is not initialized in a constructor, it will remain null because it is defined final.</li> + <li><br>[MDM] More Dumb Methods</b><br/> + Looks for a variety of questionable method calls that will cause problems, are unsafe + or use practices that might lead to bugs. + <span style="color: #0000FF;">--contributed by Chris Peterson - THANKS!</span></li> </ul> </div> <hr/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |