History log of /openjdk10/langtools/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java
Revision Date Author Comments
# 3434:487e6d33c635 25-May-2016 darcy

8032230: Enhance javax.a.p.RoundEnvironment after repeating annotations
Reviewed-by: jjg


# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 2361:906e7a390d22 15-Apr-2014 jlahoda

8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
Summary: Ensuring the test passes in both samevm and othervm modes.
Reviewed-by: darcy


# 2338:545b66f5c82a 25-Mar-2014 jfranck

8038080: annotation processors don't visit declaration parameter annotations
Reviewed-by: darcy
Contributed-by: cushon@google.com, joel.franck@oracle.com


# 2254:456dcda71ffe 14-Jan-2014 asaha

Merge


# 2253:3b4db9e3824d 24-Dec-2013 ksrini

8029230: Update copyright year to match last edit in jdk8 langtools repository for 2013
Reviewed-by: ksrini
Contributed-by: steve.sides@oracle.com


# 2246:7163a6b6d8ea 10-Jan-2014 jlahoda

8030049: RoundEnvironment.getElementsAnnotatedWith receives wrong elements
Summary: Match the required and actual annotations using Element equivalence rather than TypeMirror equivalence, to avoid trouble with erroneous types.
Reviewed-by: darcy


# 1875:1908e86ee49a 01-Jul-2013 darcy

7162089: Add support for repeating annotations to javax.annotation.processing
Reviewed-by: abuckley, jjg, jfranck


# 1465:b52a38d4536c 21-Dec-2012 darcy

8005282: Use @library tag with non-relative path for javac tests
Reviewed-by: jjg


# 698:d2aaaec153e8 30-Sep-2010 darcy

6983738: Use a JavacTestingAbstractProcessor
Reviewed-by: jjg


# 553:9d9f26857129 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy


# 535:396b117c1743 13-Apr-2010 mcimadamore

6939618: Revert 'simple' diamond implementation
Summary: backout changeset for 6840638
Reviewed-by: jjg


# 452:96c71cbc544b 18-Dec-2009 darcy

6911854: Update TestElementsAnnotatedWith.java to use @compile/proc
Reviewed-by: jjg


# 394:5a72ba18c471 31-Aug-2009 jjg

6877759: test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java leaves open file
Reviewed-by: darcy


# 231:1fbc1cc6e260 24-Feb-2009 darcy

6498938: Faulty comparison of TypeMirror objects in getElementsAnnotatedWith implementation
Reviewed-by: jjg


# 0:9a66ca7c79fa 30-Nov-2007 duke

Initial load