[Fb-contrib-commit] fb-contrib/htdocs index.html,1.43,1.44
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-17 21:36:20
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3117/htdocs Modified Files: index.html Log Message: doc ABC Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- index.html 9 Dec 2005 04:58:50 -0000 1.43 +++ index.html 17 Dec 2005 21:36:11 -0000 1.44 @@ -44,9 +44,24 @@ <a href="http://www.sourceforge.net/projects/fb-contrib">Project Page</a> <hr/> - <img id="v1_8_0_image" src="flip2.gif" onClick="toggleBlock('v1_8_0', 'v1_8_0_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 + <div id="cvs" style="display:block;"> + <ul> + <li><b>Array Based Collections</b><br/> + Looks for methods that use arrays for items in the keyset of a map, or as + an element of a set, or in a list when using the contains method. Since arrays + do not, and cannot define an equals method, reference equality is used for these + collections, which is probably not desired. If it is, consider using the IdentityHashMap + class when using Maps in this case, to better document your intentions.</li> + </ul> + </div> + + <hr/> + <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;"> + <div id="v1_8_0" style="display:none;"> <ul> <li><b>Spurious Thread States</b><br/> Finds methods that call wait, notify or notifyAll on an instance of a |