History log of /openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/Driver.java
Revision Date Author Comments
# 2454:f434ca8aface 06-Jun-2014 aeremeev

8042451: Write tests for all possible kinds of type annotation
Summary: Add new tests for type annotations to improve case coverage
Reviewed-by: jjg, emc, abuckley


# 2413:1472e30d4a7b 09-May-2014 emc

8040327: Eliminate AnnotatedType
Summary: Replace AnnotatedType with type annotations being stored in the Type class as metadata
Reviewed-by: jjg, jfranck, wmdietl, jlahoda


# 2322:f675ddb8bd67 07-Mar-2014 darcy

8036842: Remove unneeded/obsolete -source/-target options in javac tests, part 2
Reviewed-by: jjg, sogoel


# 2248:c71cb4fbb329 15-Jan-2014 jlahoda

8028576: Incorrect RuntimeVisibleTypeAnnotations for exception parameters when not generating debuging info
Summary: The exception parameters with type annotations need to be added into the varBuffer even if not generating debug info
Reviewed-by: jjg, emc


# 1754:ddb4a2bfcd82 14-May-2013 jjg

8013852: update reference impl for type-annotations
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com, steve.sides@oracle.com, joel.franck@oracle.com, alex.buckley@oracle.com


# 1533:bec996065c45 31-Jan-2013 darcy

8007351: Malformed copyright statements in typeAnnotations test directory
Reviewed-by: jjg


# 1530:8e4c22acebeb 31-Jan-2013 darcy

8007313: Remove use of {ContainerFor/ContainedBy} from langtools
Reviewed-by: jjg


# 1520:71f35e4b93a5 23-Jan-2013 jjg

8006775: JSR 308: Compiler changes in JDK8
Reviewed-by: jjg
Contributed-by: mernst@cs.washington.edu, wmdietl@cs.washington.edu, mpapi@csail.mit.edu, mahmood@notnoop.com