Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5815/htdocs
Modified Files:
index.html
Log Message:
document NCMU
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- index.html 30 Oct 2005 00:11:27 -0000 1.20
+++ index.html 1 Nov 2005 06:00:44 -0000 1.21
@@ -15,6 +15,15 @@
<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
+ <ul>
+ <li><b>Non Collections Method Use</b><br/>
+ Finds calls to collections objects using methods that are not defined in the Collections interfaces,
+ but that have equivalent methods defined in such. By using the new methods, it allows for the
+ replacement of concrete classes with interfaces, and simplifies changing collection types if desired.</li>
+ </ul>
+ <hr/>
Detectors added in v1.4.0<br/>
<ul>
<li><b>Final Parameters</b><br/>
|