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 131700 - Instance ID in Watches view should be read-only
Summary: Instance ID in Watches view should be read-only
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 10:45 UTC by Jiri Vagner
Modified: 2009-07-14 16:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
editing-read-only-instance-id-value.png (103.49 KB, image/png)
2008-04-01 10:46 UTC, Jiri Vagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2008-04-01 10:45:37 UTC
Product Version: NetBeans IDE Dev (Build 200803311211)
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 Jiri Vagner 2008-04-01 10:46:26 UTC
Created attachment 59465 [details]
editing-read-only-instance-id-value.png
Comment 2 Daniel Prusa 2008-05-21 14:32:08 UTC
Currently, it makes sense to change value of a watch pointing to an instance in two ways - 1. assign null value, 2.
assign new ClassName(). We could consider to implement assignment of existing instances as well, this could be done by
using instance ID. Conclusion is that we should probably change the description in Help rather than to forbid changing
of instance ID's in watches.
Comment 3 Daniel Prusa 2009-07-14 16:13:48 UTC
Editing of object values has been disabled, see issue 158955. Closing as fixed.