-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.3.0
-
sparc
-
solaris_2.6
Name: ooR10001 Date: 05/05/2000
java.beans.beancontext.BeanContextSupport.readChildren() doc is unclear.
There is a description of some problem, but says nothing about how
this procedure must work. It causes a problem when creating
test for deserialization - it is unclear how to prepare a stream
for correct invocation of this procedure.
The javadoc says:
readChildren
public final void readChildren(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
When an instance of this class is used as a delegate for the implementation of the BeanContext
protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
-------------------------------------------------------------
======================================================================
java.beans.beancontext.BeanContextSupport.readChildren() doc is unclear.
There is a description of some problem, but says nothing about how
this procedure must work. It causes a problem when creating
test for deserialization - it is unclear how to prepare a stream
for correct invocation of this procedure.
The javadoc says:
readChildren
public final void readChildren(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
When an instance of this class is used as a delegate for the implementation of the BeanContext
protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
-------------------------------------------------------------
======================================================================
- relates to
-
JDK-4336020 BC: DOC: BeanContextSupport.writeChildren() spec is unclear
- Closed