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 1932

Summary: DataObject.PROP_VALID looks like it will get fired with the property change values backwards.
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-05-25 23:51:03 UTC
I.e. in both DataObject.dispose and DataObject.delete, a property change event is fired like:

firePropertyChange (PROP_VALID, Boolean.FALSE, Boolean.TRUE);

Surely this is backwards!

[jglick] And in setValid (false). The isValid/setValid pair seems to be correct, just the property change is backwards.
Comment 1 Marek Grummich 2000-07-25 09:20:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:23:12 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.

Comment 3 Quality Engineering 2003-07-02 15:43:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.