Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31247/htdocs
Modified Files:
index.html
Log Message:
get ready for the v1_8_0 release
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- index.html 8 Dec 2005 03:54:40 -0000 1.39
+++ index.html 9 Dec 2005 04:37:19 -0000 1.40
@@ -44,10 +44,9 @@
<a href="http://www.sourceforge.net/projects/fb-contrib">Project Page</a>
<hr/>
- <img id="cvs_image" src="flip1.gif" onClick="toggleBlock('cvs', 'cvs_image');" align="top"/>
- Detectors added in CVS<br/>
- <div id="cvs" style="display:none;">
- Note: these detectors are still in testing
+ <img id="v1_8_0_image" src="flip1.gif" onClick="toggleBlock('v1_8_0', 'v1_8_0_image');" align="top"/>
+ Detectors added in v1_8_0<br/>
+ <div id="v1_8_0" style="display:block;">
<ul>
<li><b>Spurious Thread States</b><br/>
Finds methods that call wait, notify or notifyAll on an instance of a
@@ -71,7 +70,7 @@
<hr/>
<img id="v1_6_0_image" src="flip2.gif" onClick="toggleBlock('v1_6_0', 'v1_6_0_image');" align="top"/>
Detectors added in v1.6.0<br/>
- <div id="v1_6_0" style="display:block;">
+ <div id="v1_6_0" style="display:none;">
<ul>
<li><b>Static Method Instance Invocation</b><br/>
Finds methods that make static method calls using an instance reference.
|