[Fb-contrib-commit] SF.net SVN: fb-contrib: [683] trunk/fb-contrib/htdocs/index.html
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-10-29 05:24:03
|
Revision: 683 http://svn.sourceforge.net/fb-contrib/?rev=683&view=rev Author: dbrosius Date: 2006-10-28 22:23:55 -0700 (Sat, 28 Oct 2006) Log Message: ----------- doc SCRV Modified Paths: -------------- trunk/fb-contrib/htdocs/index.html Modified: trunk/fb-contrib/htdocs/index.html =================================================================== --- trunk/fb-contrib/htdocs/index.html 2006-10-29 00:48:19 UTC (rev 682) +++ trunk/fb-contrib/htdocs/index.html 2006-10-29 05:23:55 UTC (rev 683) @@ -48,14 +48,20 @@ <a href="bugdescriptions.html">Bug Descriptions</a> <hr/> - <img id="svn_image" src="flip1.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/> + <img id="svn_image" src="flip2.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/> Detectors added in svn<br/> - <div id="svn" style="display:none;"> + <div id="svn" style="display:block;"> + <ul> + <li><b>[SCRV] Suspicious Comparator Return Values</b><br/> + Looks for class that implement Comparator or Comparable, and whose compare or compareTo + methods return constant values only, but that don't represent the three possible choice + (a negative number, 0, and a positive number).</li> + </ul> </div> <hr/> - <img id="v3_0_0_image" src="flip2.gif" onClick="toggleBlock('v3_0_0', 'svn_image');" align="top"/> + <img id="v3_0_0_image" src="flip1.gif" onClick="toggleBlock('v3_0_0', 'svn_image');" align="top"/> Detectors added in v3.0.0<br/> - <div id="svn" style="display:block;"> + <div id="svn" style="display:none;"> <ul> <li><b>[LEST] Lost Exception Stack Trace</b><br/> Looks for methods that catch exceptions, and rethrow another exception without encapsulating This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |