commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug #891] String java.lang.Long.toHexString(long) drops digits


From: nobody
Subject: [Bug #891] String java.lang.Long.toHexString(long) drops digits
Date: Mon, 22 Jul 2002 16:46:37 -0400

=================== BUG #891: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=891&group_id=85

Submitted by: cbenenati                 Project: classpath                      
Submitted on: 2002-Jul-22 20:46
Severity:  5 - Major                    Resolution:  None                       
Assigned to:  None                      Status:  Open                           
Platform Version:  Windows 2000         

Summary:  String java.lang.Long.toHexString(long) drops digits

Original Submission:  The following only prints 8 digits:

class x
{
    static public void main( String[] args )
    {
        System.out.println( Long.toHexString(0xffffffffffffffffL) );
    }
}



No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=891&group_id=85



reply via email to

[Prev in Thread] Current Thread [Next in Thread]