JDK-8212081 : AnnotatedType.toString implementation don't print annotations on embedded types
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 12
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-10-11
  • Updated: 2019-04-22
  • Resolved: 2018-10-29
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 12
12 b18Fixed
Related Reports
Relates :  
Relates :  
Description
As observed as a consequence of code review feedback for JDK-8058202, the AnnotatedType.toString implementations do not include annotations on embedded types other than arrays.

This should be addressed.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-October/056058.html
15-10-2018