History log of /openjdk10/langtools/test/tools/javac/diags/examples/EmptyCharLiteral.java
Revision Date Author Comments
# 2541:9afce8591cc7 13-Jul-2014 jlahoda

8048805: Request to investigate and update lexer error recovery in javac
8046620: Further investigation needed for few error messages for negative unicode tests in langtools regression ws
8048803: javac should report complete character code in the error messages
Summary: Improving error reporting and recovery in the lexer
Reviewed-by: jjg, mcimadamore
Contributed-by: jan.lahoda@oracle.com, sonali.goel@oracle.com


# 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


# 1073:04f983e3e825 01-Sep-2011 ksrini

7073631: (javac) javac parser improvements for error position reporting
Summary: JavacParser improvements for NetBeans, improved by LangTools.
Reviewed-by: mcimadamore, jjg
Contributed-by: jan.lahoda@oracle.com


# 609:3640b60bd0f6 22-Jul-2010 jjg

6968063: provide examples of code that generate diagnostics
Reviewed-by: mcimadamore