JDK-4467357 : Javadoc for Encoder.writeStatement and .writeExpression is incomlete.
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2001-06-07
  • Updated: 2004-03-29
  • Resolved: 2003-08-11
Related Reports
Duplicate :  
Description

Name: dsR10051			Date: 06/07/2001


Javadoc for methods
java.beans.Encoder.writeStatement(Statement oldStm)
java.beans.Encoder.writeExpression(Expression oldExp)
does not declare the behavior if the value of parameter is null.
In this case these methods throw NullPointerException.
It should be documented.

======================================================================

Comments
EVALUATION Should be covered by the null package level doc. Should close as a duplicate of 4491682. ###@###.### 2003-08-11
11-08-2003