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 13554

Summary: Firing of property changed event should be conditional.
Product: java Reporter: Petr Slegr <pslegr>
Component: BeansAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Slegr 2001-07-12 10:30:08 UTC
When bounded property is generated property change event should be fired only 
when old value and new one are different. So following code should be generated:

public void setX (int x) {
if (x != this.x) {
 // old value storing
 // event firing
}
}
Comment 1 Jan Chalupa 2001-11-27 10:55:34 UTC
Target milestone -> 3.3.1.
Comment 2 Svata Dedic 2002-05-21 17:02:00 UTC
Cleaning up
Comment 3 Marek Grummich 2002-07-19 17:08:18 UTC
Target milestone was changed from not determined to TBD