afu8u/langtools/test/tools/javac/processing/model/element
Jan Lahoda ec2f4ae4fb 8046916: Type parameter annotations don't work with multiple type parameters
When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables.

Reviewed-by: jfranck, emc
2014-06-18 10:44:16 +02:00
..
8009367 8009367: Wrong kind of name used in comparison in javax.lang.model code for repeatable annotations 2013-08-07 01:32:39 +02:00
TestMissingElement
TestMissingElement2
repeatingAnnotations 8007961: javax.lang.model tests for repeating annotations fail in getAnnotationsByType 2013-07-25 11:02:27 +02:00
TestAnonClassNames.java
TestAnonSourceNames.java
TestElement.java
TestEmptyContainer.java 8026857: AnnoConstruct.getAnnotationsByType does not search supertype for inherited annotations if @SomeContainer({}) is present 2013-10-22 10:08:49 +02:00
TestExecutableElement.java 8025087: Annotation processing api returns default modifier for interface static method 2013-10-09 13:09:31 +02:00
TestNames.java
TestNonInherited.java 8026855: AnnoConstruct.getAnnotationsByType includes inherited indirectly present annotations even when containee type is not inheritable 2013-10-22 03:36:44 +02:00
TestPackageElement.java
TestResourceElement.java
TestResourceVariable.java
TestTypeElement.java
TestTypeParameter.java
TestTypeParameterAnnotations.java 8046916: Type parameter annotations don't work with multiple type parameters 2014-06-18 10:44:16 +02:00
TypeParamBounds.java