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 130416 - Wrong update of numerical values in debuger views
Summary: Wrong update of numerical values in debuger views
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-03-18 15:43 UTC by Jiri Vagner
Modified: 2008-03-20 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2008-03-18 15:43:59 UTC
There is something wrong with update of values in Local Variables and Watches view. Problem is only with numerical types
(int, byte, long), I tried also bool or string and it shows new value correctly.

Steps to reproduce:
 - debug app
 - find some numerical type value and try to change its value

Product Version: NetBeans IDE Dev (Build 20080318121148)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 1 Martin Entlicher 2008-03-18 15:51:37 UTC
This is a regression caused by the fix of issue #129657.
Comment 2 Martin Entlicher 2008-03-18 15:58:39 UTC
Fixed in trunk: changeset:   74010:961c79d15c17
http://hg.netbeans.org/main/rev/961c79d15c17
Comment 3 Jiri Vagner 2008-03-20 08:52:28 UTC
Verified

Product Version: NetBeans IDE Dev (Build 200803200007)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.24-12-generic running on i386; UTF-8; en_US (nb)