You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/24 23:07:28 UTC

DO NOT REPLY [Bug 12969] - UnsignedLong(String) constructor screws up with numbers that have 8 or more digits.

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=12969>.
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=12969

UnsignedLong(String) constructor screws up with numbers that have 8 or more digits.

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tomj@macromedia.com  2002-09-24 21:07 -------
Remove code that was chopping off thenumber after the decimal for string
formatting as this is bad when the number is 1.234567E7.
  
Add a test case for the problem, and enhance test which exposed
more limits of precision.