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 35539

Summary: Wrong value not updated in variables and watch view
Product: platform Reporter: David-john Burrowes <davidjon>
Component: Outline&TreeTableAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 31896    
Bug Blocks:    

Description David-john Burrowes 2003-08-21 02:02:08 UTC
(this may be an openide/explorer issue?)

If I have an integer variable, and I type
"abcdefg" into the cell and then press return, I
am given an alert and the editable state in the
cell is removed but the "abcdefg" is still shown,
rather than the correct numeric value.
Comment 1 Maros Sandor 2003-12-05 07:33:27 UTC
Property sheet seems to display the "new" value of a property even if 
the setter method throws an exception. If I click on some other 
property, the old (correct) value appears again.
Comment 2 _ tboudreau 2003-12-08 16:46:52 UTC
This will be fixed by the property panel rewrite, which should be
merged tomorrow morning.
Comment 3 _ tboudreau 2003-12-09 09:36:35 UTC
Property panel rewrite branch merged.
Comment 4 Marian Mirilovic 2005-07-13 13:23:40 UTC
closed