JDK 10 RFR of JDK-8183175: Add explicit constructors to MalformedParameterizedTypeException

Joseph D. Darcy joe.darcy at oracle.com
Thu Jun 29 00:41:13 UTC 2017


Hi Brian,

On 6/28/2017 5:37 PM, Brian Burkhalter wrote:
> Hi Joe,
>
> On Jun 28, 2017, at 5:01 PM, joe darcy <joe.darcy at oracle.com 
> <mailto: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?
>

Yes; procedurally please add yourself as a reviewer. (This can be done 
by hitting "Edit".) Afterward, I'll take care of the rest of the CSR 
process.

Thanks,

-Joe



More information about the core-libs-dev mailing list