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 - DataObject.PROP_VALID looks like it will get fired with the property change values backwards.
Summary: DataObject.PROP_VALID looks like it will get fired with the property change v...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-25 23:51 UTC by Jesse Glick
Modified: 2008-12-23 11:13 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 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.