Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11700/htdocs
Modified Files:
index.html
Log Message:
death to fp - *sniff*
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- index.html 25 Sep 2005 06:11:56 -0000 1.13
+++ index.html 5 Oct 2005 03:35:25 -0000 1.14
@@ -34,9 +34,6 @@
Finds methods that call the equals or compareTo methods on a String variable passing in a String literal.
A NullPointerException may occur if the string variable is null. If instead the method was called on
the string literal, and the variable was passed as an argument, this exception could never happen</li>
- <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/>
|