[Fb-contrib-commit] fb-contrib/htdocs index.html,1.67,1.68
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2006-03-06 04:18:22
|
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> |