Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5375/htdocs
Modified Files:
index.html
Log Message:
doc new detector
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- index.html 10 Nov 2005 07:32:26 -0000 1.28
+++ index.html 17 Nov 2005 05:37:46 -0000 1.29
@@ -47,6 +47,10 @@
<div id="cvs" style="display:block;">
Note: these detectors are still in testing
<ul>
+ <li><b>Static Method Instance Invocation</b><br/>
+ Finds methods that make static method calls using an instance reference.
+ For documentation purposes, it is better to call the method using the class name.
+ This may represent a change in definition that should be noticed.</li>
<li><b>Abnormal Finally Block Return</b><br/>
Finds methods that return or throw an exception from a finally block. Since a finally block is
executed after any return or throw statements that are present in the try or catch block, these exit
|