Name: dsR10051 Date: 06/01/2001
Javadoc for methods
java.beans.XMLEncoder.writeExpression(Expression oldExp)
java.beans.XMLEncoder.writeStatement(Statement oldStm)
does not declare theirs behavior if the value of parameter is null.
In this case writeExpression throws NullPointerException
while writeStatement catches it and notifies ExceptionListener.
It should be documented.
======================================================================
Javadoc for methods
java.beans.XMLEncoder.writeExpression(Expression oldExp)
java.beans.XMLEncoder.writeStatement(Statement oldStm)
does not declare theirs behavior if the value of parameter is null.
In this case writeExpression throws NullPointerException
while writeStatement catches it and notifies ExceptionListener.
It should be documented.
======================================================================