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 20:32:03 UTC

DO NOT REPLY [Bug 12969] New: - 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.

           Summary: UnsignedLong(String) constructor screws up with numbers
                    that have 8 or more digits.
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: ckowal@actional.com


This one�s easy to reproduce.  All you need to do is:

System.out.println(new UnsignedLong("12345678"));

and it will print �1�!!