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

2017-06-28 Thread Brian Burkhalter
Hi Joe, On Jun 28, 2017, at 5:41 PM, Joseph D. Darcy wrote: >>> 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 plea

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

2017-06-28 Thread Joseph D. Darcy
Hi Brian, On 6/28/2017 5:37 PM, Brian Burkhalter wrote: Hi Joe, On Jun 28, 2017, at 5:01 PM, joe darcy > wrote: As noted in JDK-8183175: Add explicit constructors to MalformedParameterizedTypeException the exception type java.lang.reflect.MalformedParamet

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

2017-06-28 Thread Brian Burkhalter
Hi Joe, On Jun 28, 2017, at 5:01 PM, joe darcy 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 const

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

2017-06-28 Thread joe darcy
Hello, 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 usua