JDK-6372811 : (spec) Reader.read(CharBuffer) should have @since javadoc tag
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 6
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-01-16
  • Updated: 2011-02-16
  • Resolved: 2006-01-16
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE PROBLEM :
The method java.io.Reader#read(CharBuffer) was introduced in JDK 1.5.  This should be documented in Javadoc with @since JDK 1.5.


URL OF FAULTY DOCUMENTATION :
http://download.java.net/jdk6/docs/api/java/io/Reader.html#read(java.nio.CharBuffer)
http://java.sun.com/j2se/1.5.0/docs/api/java/io/Reader.html#read(java.nio.CharBuffer)

Comments
EVALUATION All the (many) incorrect @since tags are listed in 6367207: Ensure correctness of all @since tags for 1.5 and 1.6 It's not productive to add individual ones (they should be fixed en masse), so I'm closing this as a dup of 6367207.
16-01-2006