[Fb-contrib-commit] SF.net SVN: fb-contrib: [804] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-01-30 06:12:31
|
Revision: 804 http://svn.sourceforge.net/fb-contrib/?rev=804&view=rev Author: dbrosius Date: 2007-01-29 22:12:31 -0800 (Mon, 29 Jan 2007) Log Message: ----------- add more explanation for LSYC Modified Paths: -------------- trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2007-01-29 17:33:28 UTC (rev 803) +++ trunk/fb-contrib/etc/messages.xml 2007-01-30 06:12:31 UTC (rev 804) @@ -1285,6 +1285,14 @@ <p>This method creates a synchronized collection and store the reference to it in a local variable. As local variables are by definition threadsafe, it seems questionable that this collection needs to be synchronized.</p> + <p> + <table> + <tr><th>If you are using</th><th>consider using</th></tr> + <tr><td>java.util.Vector</td><td>java.util.ArrayList</td></tr> + <tr><td>java.util.Hashtable</td><td>java.util.HashMap</td></tr> + <tr><td>java.lang.StringBuffer</td><td>java.lang.StringBuilder</td></tr> + </table> + </p> ]]> </Details> </BugPattern> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |