[Fb-contrib-commit] fb-contrib/htdocs index.html,1.15,1.16
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-10-23 05:03:30
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4011/htdocs Modified Files: index.html Log Message: doc new detectors Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- index.html 19 Oct 2005 04:43:50 -0000 1.15 +++ index.html 23 Oct 2005 05:03:21 -0000 1.16 @@ -15,6 +15,18 @@ <a href="http://www.sourceforge.net/projects/fb-contrib">Project Page</a> <hr/> + Detectors added in current cvs<br/> + Note: These detectors are still in testing<br/> + <ul> + <li><b>Final Parameters</b><br/> + Finds parameters that could be marked as final, but aren't. Doing so helps document the method, keeps + unwanted changes to creep in, and may help the jvm jit compiler to optimize better.</li> + <li><b>Abstract Class Empty Methods</b><br/> + Finds empty methods, or methods that just throw an exception in abstract classes. In these cases, it + probably is more correct to just define the method to be abstract as well, so that proper subclass + implementation is enforced.</li> + </ul> + <hr/> Detectors added in v1.2.0<br/> <ul> <li><b>Parallel Lists</b><br/> |