[Fb-contrib-commit] fb-contrib/htdocs index.html,1.73,1.74
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2006-03-14 04:36:32
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26682/htdocs Modified Files: index.html Log Message: get ready for v2.4.0 Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- index.html 11 Mar 2006 14:31:26 -0000 1.73 +++ index.html 14 Mar 2006 04:36:29 -0000 1.74 @@ -46,15 +46,22 @@ <a href="javadoc/index.html">JavaDoc</a> <hr/> - <img id="cvs_image" src="flip2.gif" onClick="toggleBlock('cvs', 'cvs_image');" align="top"/> + <img id="cvs_image" src="flip1.gif" onClick="toggleBlock('cvs', 'cvs_image');" align="top"/> Detectors added in CVS<br/> Note: these detectors are still in testing<br/> - <div id="cvs" style="display:block;"> + <div id="cvs" style="display:none;"> <ul> <li><b>[BSB] Bloated Synchronized Block</b><br/> Looks for methods that implement synchronized blocks that appear to contain some code at the beginning that does not need to be synchronized. Moving these lines out of the synchronized block should help multithreaded performance.</li> + </ul> + </div> + <hr/> + <img id="v2_4_0_image" src="flip2.gif" onClick="toggleBlock('v2_4_0', 'v_2_4_0_image');" align="top"/> + Detectors added in v2.4.0<br/> + <div id="cvs" style="display:block;"> + <ul> <li><b>[DDC] Double Date Compare</b><br/> Looks for methods that compare two dates using .equals and after or before. This combination of two comparisons can be accomplished with just one comparison.</li> @@ -74,7 +81,7 @@ <hr/> <img id="v2_2_0_image" src="flip1.gif" onClick="toggleBlock('v2_2_0', 'v2_2_0_image');" align="top"/> - Detectors added in 2.2.0<br/> + Detectors added in v2.2.0<br/> Note: fb-contrib v2.2.0 requires FindBugs™ v0.95 or later<br/> <div id="v2_2_0" style="display:none;"> <ul> |