Update of /cvsroot/fb-contrib/fb-contrib/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12906/htdocs
Modified Files:
index.html
Log Message:
doc DDC
Index: index.html
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- index.html 18 Feb 2006 23:23:09 -0000 1.65
+++ index.html 28 Feb 2006 03:20:44 -0000 1.66
@@ -55,6 +55,9 @@
Looks for methods that implement synchronized blocks that appear to contain some code at
the beginning that does not need to be synchronized. Moving these lines out of the synchronized
block should help multithreaded performance.</li>
+ <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>
</ul>
</div>
|