-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.0, 1.4.1
-
tiger
-
x86
-
linux, windows_xp
Name: gm110360 Date: 05/09/2002
FULL PRODUCT VERSION :
All 1.3.x and 1.4
FULL OPERATING SYSTEM VERSION :
ALL PLATFORMS
A DESCRIPTION OF THE PROBLEM :
javax.swing.event.SwingPropertyChangeSupport shall NOT
extend java.beans.PropertyChangeSupport. Not a single
method or field of PCS is acually used.
1) It's a useless waste of memory (12 bytes per
object). //Btw, SPCS JavaDocs are claim that Swing
cares about memory usage.
2) The "extends" is just plainly wrong here by OO
concepts. No extension of any functionality takes place.
It's just a completely different utility class.
This bug can be reproduced always.
(Review ID: 145847)
======================================================================
- duplicates
-
JDK-4756620 PropertyChangeSupport creates new PropertyChangeEvent even if there is no listen
- Closed
- relates to
-
JDK-6582164 JavaBeans tests should be open source
- Resolved