This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 16774

Summary: "Bad number format message" for correct watch
Product: debugger Reporter: Jan Stola <jstola>
Component: JavaAssignee: Daniel Prusa <dprusa>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2001-10-19 15:37:34 UTC
Netbeans build 20011019
=======================

Following watches shows >Bad format message< instead of they real value.
0x80000000 (should be -2147483648)
0xffffffff (should be -1)
0x8000000000000000L (should be -9223372036854775808)
0xffffffffffffffffL (should be -1)
020000000000 (should be 2147483648)
037777777777 (should be -1)
01000000000000000000000L (should be -9223372036854775808)
01777777777777777777777L  (should be -1)
Comment 1 Daniel Prusa 2001-10-23 11:37:53 UTC
Fixed in main trunk.
Comment 2 Jan Stola 2001-10-31 12:21:41 UTC
Verified in Netbeans build 20011031.
Comment 3 Quality Engineering 2003-06-30 17:36:24 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.