JDK-8134473 : getParameterCount() javadoc comment lacks "@since 1.8"
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 8u60
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2015-08-22
  • Updated: 2016-02-02
  • Resolved: 2015-08-27
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
The javadoc documentation for Method.getParameterCount() and Constructor.getParameterCount() lacks "@since 1.8".


REPRODUCIBILITY :
This bug can be reproduced always.


Comments
The issue will be fixes as a backport of JDK-8030785
27-08-2015

This bug exists in 8u60. This was fixed in JDK9 with JDK-8030785. Please refer java.lang.reflect.Method.getParameterCount() and java.lang.reflect.Constructor.getParameterCount() at http://docs.oracle.com/javase/8/docs/api/index.html . Moving to dev-team for action.
26-08-2015