langtools/test/tools/javac/processing/errors/TestParseErrors/TestParseErrors.out
author jlahoda
Fri, 28 Feb 2014 20:25:24 +0100
changeset 23133 a58476887b3d
parent 22701 67811024e8b4
permissions -rw-r--r--
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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6929
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     1
ParseErrors.java:37:37: compiler.err.expected: token.identifier
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     2
ParseErrors.java:38:1: compiler.err.illegal.start.of.type
23133
a58476887b3d 8031383: Error recovery in JavacParser could be improved
jlahoda
parents: 22701
diff changeset
     3
2 errors