JDK 8 code review request for 8007115: Refactor regression tests for java.lang.reflect.Parameter

Eric McCorkle eric.mccorkle at oracle.com
Thu Jan 31 17:51:09 UTC 2013


I'm not a reviewer, but I did write the original test.  The annotations
method is preferable, so I give a thumbs up to this change.

On 01/30/13 14:56, Joe Darcy wrote:
> Hello,
> 
> Please review my refactoring of a regression test for the
> java.lang.reflect.Parameter feature:
> 
>     8007115: Refactor regression tests for java.lang.reflect.Parameter
>     http://cr.openjdk.java.net/~darcy/8007115.0/
> 
> The new approach is to encode the expected information in annotations
> and check for consistency between the annotations and the computed result.
> 
> Thanks,
> 
> -Joe


More information about the core-libs-dev mailing list