Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25848/htdocs
Modified Files:
index.html
Log Message:
have cvs expanded now
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- index.html 28 Feb 2006 03:20:44 -0000 1.66
+++ index.html 6 Mar 2006 01:43:18 -0000 1.67
@@ -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,10 +62,10 @@
</div>
<hr/>
- <img id="v2_2_0_image" src="flip2.gif" onClick="toggleBlock('v2_2_0', 'v2_2_0_image');" align="top"/>
+ <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/>
Note: fb-contrib v2.2.0 requires FindBugs™ v0.95 or later<br/>
- <div id="v2_2_0" style="display:block;">
+ <div id="v2_2_0" style="display:none;">
<ul>
<li><b>[CLI] Constant List Index</b><br/>
Looks for methods that access an array or list using a constant integer index. Often,
|