RFR 8198669: Refactor annotation array value parsing to reduce duplication
Joseph D. Darcy
joe.darcy at oracle.com
Tue Jun 19 01:18:40 UTC 2018
Looks good Liam; thanks,
-Joe
On 6/15/2018 10:58 AM, Liam Miller-Cushon wrote:
> Hello,
>
> This change is a follow-up to JDK-7183985 which replaces the interior of
> parseClassArray, parseEnumArray, and parseAnnotationArray with a shared
> method that is passed a lambda for the type-specific parsing logic.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8198669
> webrev: http://cr.openjdk.java.net/~cushon/8198669/webrev.00/
>
> Liam
More information about the core-libs-dev
mailing list