-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: tools
-
generic
-
generic
Some tests in the typeannotations repo,
tools/javac/T6985181.java
tools/javac/annotations/6881115/T6881115.java
tools/javac/processing/model/element/TestAnonClassNames.java
are missing some annotations on the annotations.
They fail due to a missing @Target annotation targetting the annotation for TYPE_PARAMETER(T6985181.java) and TYPE(T6881115.java) and TYPE_USE(TestAnonClassNames.java)
tools/javac/T6985181.java
tools/javac/annotations/6881115/T6881115.java
tools/javac/processing/model/element/TestAnonClassNames.java
are missing some annotations on the annotations.
They fail due to a missing @Target annotation targetting the annotation for TYPE_PARAMETER(T6985181.java) and TYPE(T6881115.java) and TYPE_USE(TestAnonClassNames.java)