JDK-8030785 : Missing "since 1.8" javadoc for java.lang.reflect.Method:getParameterCount
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2013-12-18
  • Updated: 2016-01-14
  • Resolved: 2013-12-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u72Fixed 9 b01Fixed
Related Reports
Duplicate :  
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b120)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b62, mixed mode)

A DESCRIPTION OF THE PROBLEM :
The Javadoc for http://download.java.net/jdk8/docs/api/java/lang/reflect/Method.html#getParameterCount-- misses a "@since 1.8" javadoc information.

See commit: http://hg.openjdk.java.net/jdk8/jdk8/jdk/diff/c9eb1d3ef37f/src/share/classes/java/lang/reflect/Method.java


REPRODUCIBILITY :
This bug can be reproduced always.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-December/024093.html
20-12-2013