-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
x86
-
windows_nt
Name: vuR10080 Date: 08/08/2000
###@###.### 2000-08-08
This is probably a cut-n-paste error. Quite a number of javadoc
serialization comments in java.awt.* refer to item listeners instead
of appropriate listener classes.
E.g. for Contaier the comment to writeObject says:
* Writes default serializable fields to stream. Writes
* a list of serializable ItemListeners as optional data.
* The non-serializable ItemListeners are detected and
* no attempt is made to serialize them.
while, obviously, it should be ContainerListener.
Grep for 'itemListenerK' should show affected files.
======================================================================