JDK 10 RFR of JDK-8183175: Add explicit constructors to MalformedParameterizedTypeException
Brian Burkhalter
brian.burkhalter at oracle.com
Thu Jun 29 00:37:05 UTC 2017
Hi Joe,
On Jun 28, 2017, at 5:01 PM, joe darcy <joe.darcy at oracle.com> wrote:
> As noted in
>
> JDK-8183175: Add explicit constructors to MalformedParameterizedTypeException
>
> 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.
>
> Please review the patch below which adds the constructors in question.
The code change looks fine.
> Please also review the corresponding CSR issue:
>
> https://bugs.openjdk.java.net/browse/JDK-8183177
This looks OK as well but is there any action to be taken aside from reading it?
Brian
More information about the core-libs-dev
mailing list