History log of /openjdk10/langtools/test/tools/javac/processing/TestWarnErrorCount.java
Revision Date Author Comments
# 3170:dc017a37aac5 14-Dec-2015 vasya

8145342: Some copyright notices are inconsistently and ill formatted
Summary: Adjusted formatting of copyright notices.
Reviewed-by: darcy, alundblad


# 2933:49d207bf704d 21-May-2015 akulyakh

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


# 2311:d2d04222e191 28-Feb-2014 jlahoda

8031383: Error recovery in JavacParser could be improved
Summary: Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError.
Reviewed-by: jjg, jfranck
Contributed-by: dusan.balek@oracle.com, jan.lahoda@oracle.com


# 1465:b52a38d4536c 21-Dec-2012 darcy

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


# 1304:9d47f4850714 15-Aug-2012 jjh

7191449: update copyright year to match last edit in jdk8 langtools repository
Reviewed-by: jjh
Contributed-by: steve.sides@oracle.com


# 1236:568e70bbd9aa 26-Mar-2012 mcimadamore

7151580: Separate DA/DU logic from exception checking logic in Flow.java
Summary: DA/DU analysis and exception checking analysis should live in two separate tree visitors
Reviewed-by: gafter, dlsmith, jjg


# 907:8fb48a9ac9ec 03-Mar-2011 mcimadamore

7024212: TestWarnErrorCount fails
Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures
Reviewed-by: jjg


# 897:bf9f162c7104 28-Feb-2011 jjg

7022741: warning counts are wrong after anno processing
Reviewed-by: mcimadamore