On 23/04/2010, ma...@apache.org <ma...@apache.org> wrote:
> Author: markt
>  Date: Fri Apr 23 14:23:45 2010
>  New Revision: 937309
>
>  URL: http://svn.apache.org/viewvc?rev=937309&view=rev
>  Log:
>  Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49143
>  Threading / initialisation issues. Not all were valid. Make them volatile 
> anyway so FindBugs doesn't complain.
>  Fix some additional issues - use of valueOf() - found along the way

BTW - we did some tests in Commons, and found that valueOf() is well
worth it for objects with a small range such as Boolean, Char, but
less so for Integer and Long, unless you know that most of the values
are in the cached ranges.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to