-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.1.6
-
generic
-
generic
Name: tb29552 Date: 10/02/98
In JDK 1.1.6, the Javadoc documentation page for
PropertyListenerChangeSupport does not document
the serialization behavior of PropertyListenerChangeSupport.
For example, there is no mention of the behavior
implemented by the following source code from
PropertyListenerChangeSupport:
if (l instanceof Serializable) {
s.writeObject(l);
}
Users of PropertyListenerChangeSupport need to
know how it serializes itself and listeners.
DSB/DFI
(Review ID: 38802)
======================================================================