Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23140/htdocs
Modified Files:
index.html
Log Message:
doc JVR
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- index.html 6 Mar 2006 01:43:18 -0000 1.67
+++ index.html 6 Mar 2006 04:18:19 -0000 1.68
@@ -58,6 +58,9 @@
<li><b>[DDC] Double Date Compare</b><br/>
Looks for methods that compare two dates using .equals and after or before.
This combination of two comparisons can be accomplished with just one comparison.</li>
+ <li><b>[JVR] JDBC Vendor Reliance</b><br/>
+ Looks for uses of jdbc vendor specific classes and methods making the database access code
+ non portable.</li>
</ul>
</div>
|