[Fb-contrib-commit] fb-contrib/htdocs index.html,1.76,1.77
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2006-03-28 02:22:22
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23585/htdocs Modified Files: index.html Log Message: expand cvs now Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- index.html 27 Mar 2006 06:28:36 -0000 1.76 +++ index.html 28 Mar 2006 02:22:19 -0000 1.77 @@ -46,10 +46,10 @@ <a href="javadoc/index.html">JavaDoc</a> <hr/> - <img id="cvs_image" src="flip1.gif" onClick="toggleBlock('cvs', 'cvs_image');" align="top"/> + <img id="cvs_image" src="flip2.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:none;"> + <div id="cvs" style="display:block;"> <ul> <li><b>[BSB] Bloated Synchronized Block</b><br/> Looks for methods that implement synchronized blocks that appear to contain some code at @@ -62,9 +62,9 @@ </ul> </div> <hr/> - <img id="v2_4_0_image" src="flip2.gif" onClick="toggleBlock('v2_4_0', 'v2_4_0_image');" align="top"/> + <img id="v2_4_0_image" src="flip1.gif" onClick="toggleBlock('v2_4_0', 'v2_4_0_image');" align="top"/> Detectors added in v2.4.0<br/> - <div id="v2_4_0" style="display:block;"> + <div id="v2_4_0" style="display:none;"> <ul> <li><b>[DDC] Double Date Compare</b><br/> Looks for methods that compare two dates using .equals and after or before. |