langtools/test/tools/javac/processing/errors/TestParseErrors/TestParseErrors.out
author jjg
Tue, 12 Oct 2010 13:15:46 -0700
changeset 6929 81a6a7c1bef1
child 22701 67811024e8b4
permissions -rw-r--r--
6988407: javac crashes running processor on errant code; it used to print error message Reviewed-by: darcy
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
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     3
ParseErrors.java:38:2: compiler.err.expected: ')'
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     4
ParseErrors.java:40:6: compiler.err.expected: ';'
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     5
ParseErrors.java:40:20: compiler.err.illegal.start.of.type
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     6
ParseErrors.java:41:5: compiler.err.expected: '('
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     7
ParseErrors.java:41:8: compiler.err.expected: token.identifier
81a6a7c1bef1 6988407: javac crashes running processor on errant code; it used to print error message
jjg
parents:
diff changeset
     8
7 errors