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 59888 - Setter for bound constrained index property not ok
Summary: Setter for bound constrained index property not ok
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 10:14 UTC by Jiri Prox
Modified: 2011-01-13 13:18 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 Jiri Prox 2005-06-13 10:14:36 UTC
NB 4.1 (200505031930)
JDK 1.5.0_03

The setter for bound or constrained index property is not generated correctly.
There are nulls instead of old and new propery value in the methods:

vetoableChangeSupport.fireVetoableChange ("pokus", null, null );
propertyChangeSupport.firePropertyChange ("pokus", null, null );
Comment 1 Martin Matula 2005-08-18 16:45:10 UTC
This is a legal behavior (according to the specification of PropertyChange
event) that could be improved -> ENHANCEMENT.