[Fb-contrib-commit] SF.net SVN: fb-contrib: [641] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-10 16:19:17
|
Revision: 641 http://svn.sourceforge.net/fb-contrib/?rev=641&view=rev Author: dbrosius Date: 2006-09-10 09:18:57 -0700 (Sun, 10 Sep 2006) Log Message: ----------- document PIS Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-09-10 03:54:51 UTC (rev 640) +++ trunk/fb-contrib/htdocs/index.html 2006-09-10 16:18:57 UTC (rev 641) @@ -65,6 +65,10 @@ <li><b>[URV] Unrelated Return Values</b><br/> Looks for methods that return Object, and who's code body returns two or more different types of objects that are unrelated (other than by Object).</li> + <li><b>[PIS] Possible Incomplete Synchronization</b><br/> + Looks for classes that don't handle serialization of parent class member fields + when the class in question is serializable but is derived from non serializable + classes.</b><br/> </ul> </div> <hr/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |