-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0, 5.0, 7
-
None
-
b20
-
generic, x86
-
generic, windows_2000, windows_xp
While investigating 4985020, I noticed that the code for managing the addition and removal of listeners in PropertyChangeSupport is a bit convoluted. In some cases, it takes as many as 4 calls back and forth between addPropertyChangeListener(listener) and addPropertyChangeListener(name, listener) before a listener is added. There is some room for cleanup here.
- duplicates
-
JDK-6525948 Synchronization problem in PropertyChangeSupport
-
- Closed
-
- relates to
-
JDK-6630270 VetoableChangeSupport.fireVetoableChange contradicts the Java SE 6 spec
-
- Resolved
-
-
JDK-6630275 The spec on VetoableChangeSupport.fireVetoableChange should be updated
-
- Closed
-
-
JDK-4425885 java.beans.VetoableChangeSupport.fireVetoableChange incorrectly handles vetos.
-
- Closed
-