[Fb-contrib-commit] SF.net SVN: fb-contrib: [908] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-09-16 02:41:22
|
Revision: 908 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=908&view=rev Author: dbrosius Date: 2007-09-15 19:41:19 -0700 (Sat, 15 Sep 2007) Log Message: ----------- document NCS Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2007-09-16 00:27:48 UTC (rev 907) +++ trunk/fb-contrib/htdocs/index.html 2007-09-16 02:41:19 UTC (rev 908) @@ -63,7 +63,11 @@ source is an array, you can use Arrays.asList(array), and use that as the source to addAll.</li> <li><b>[MRC] Method returns Constant</b><br/> Looks for private methods that can only return one constant value. - Either the class should not return a value, or perhaps a branch was missed. + Either the class should not return a value, or perhaps a branch was missed.</li> + <li><b>[NCS] Needless Custom Serialization</b><br/> + Looks for classes that implement Serializable and implements readObject and writeObject + by just calling the readDefaultObject or writeDefaultObject of the stream parameter. + As this is the standard behavior, implementing these methods is not needed.</li> </ul> </div> <hr/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |