JDK-8183175 : Add explicit constructors to MalformedParameterizedTypeException
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Affected Version: 10
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-06-28
  • Updated: 2020-07-28
  • Resolved: 2017-06-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 10
10 b14Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Description
The exception type java.lang.reflect.MalformedParameterizedTypeException does not include any explicit constructors. A no-arg constructor and a string constructor should be added in the usual way.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-June/048417.html
29-06-2017