[Fb-contrib-commit] fb-contrib/htdocs index.html,1.8,1.9
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2005-09-19 02:29:02
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29553/htdocs Modified Files: index.html Log Message: document fp Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index.html 16 Sep 2005 05:12:35 -0000 1.8 +++ index.html 19 Sep 2005 02:28:54 -0000 1.9 @@ -15,6 +15,14 @@ <a href="http://www.sourceforge.net/projects/fb-contrib">Project Page</a> <hr/> + Detectors added in CVS<br/> + Note: these detectors are still in testing<br/> + <ul> + <li><b>Final Parameters</b><br/> + Finds parameters that are not written to, but are not defined as final. Doing so helps + documents the method, and may help the jvm optimize the invocation of this method.</li> + </ul> + <hr/> Detectors added in v1.0.0<br/> <ul> <li><b>Overly Concrete Parameters</b><br/> |