JDK-8006345 : Report Synthesized Parameters in java.lang.reflect.Parameter API
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-01-15
  • Updated: 2013-02-22
  • Resolved: 2013-02-13
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
8 b78Fixed
Related Reports
Duplicate :  
Relates :  
Sub Tasks
JDK-8006896 :  
JDK-8007098 :  
Comments
Verified that parameter reflection API now reports synthetic/mandated parameters.
13-02-2013

This has both javac as well as jdk components
23-01-2013

Also, need to consider that the reflection API needs to work even when MethodParameters attributes are not present in a class file
15-01-2013

parameters to track are: outer "this" parameters extra values passed to constructor for enum values hidden values passed to constructors of inner classes for final variables
15-01-2013