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 25571 - Shouldn't be able to edit the value for object id's
Summary: Shouldn't be able to edit the value for object id's
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: USABILITY
: 25570 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-11 23:00 UTC by David-john Burrowes
Modified: 2010-05-24 13:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David-john Burrowes 2002-07-11 23:00:41 UTC
Currently the IDE allows the user to appear to
edit certain values which can not be changed (e.g.
the "#<number>" for an object).  It should treat
these cells as read only and not allow any edits.
Comment 1 David-john Burrowes 2002-07-11 23:05:17 UTC
*** Issue 25570 has been marked as a duplicate of this issue. ***
Comment 2 Martin Entlicher 2005-05-16 11:12:41 UTC
Right. This is confusing.
Comment 3 Petr Cyhelsky 2008-04-17 20:30:47 UTC
And furthermore if u nonetheless try to change it (change, press enter) it doesn't in reality change, but the editor of
the entry remembers what u changed - therefore displaying it instead of the right (unchangeable, because it is
reference) value, when u click on it.
Comment 4 Martin Entlicher 2010-05-24 13:55:44 UTC
Already fixed, only Strings and primitive types can be edited.