hg: jdk8/tl/jdk: 8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null

eric.mccorkle at oracle.com eric.mccorkle at oracle.com
Tue Oct 1 21:36:18 UTC 2013


Changeset: bf1118ab775b
Author:    emc
Date:      2013-10-01 17:35 -0400
URL:       http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bf1118ab775b

8021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use of type returns null
Summary: Fixed issue with type annotation reflection framework that would cause getType of AnnotatedTypes to be null if no annotations were present.
Reviewed-by: darcy, jfranck

! src/share/classes/sun/reflect/annotation/TypeAnnotationParser.java
+ test/java/lang/reflect/Parameter/GetAnnotatedTypeTest.java




More information about the security-dev mailing list