DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21904>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21904 NumberUtils.createBigDecimal("") NPE in Sun 1.3.1_08 ------- Additional Comments From [EMAIL PROTECTED] 2003-07-26 18:46 ------- I have added tests for " " locally and run against 1.4.2, 1.3.1_08 and 1.2_2_016 and found that all tests (including " ") give expected results with current code in all cases with the one exception of createBigDecimal on 1.3.1_08. I see this as a JDK bug. Therefore I think that my option (4) is overkill, introducing a needless function call and string search for each activation to handle an isolated JDK bug. I would recommend option (5), possibly applied only to createBigDecimal (i.e. leave the other methods alone). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
