Cross Reference: SyntaxErrorTest.java
xref
: /
openjdk7
/
langtools
/
test
/
tools
/
javac
/
processing
/
6994946
/
SyntaxErrorTest.java
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
725
N/A
/*
725
N/A
* @test /nodynamiccopyright/
725
N/A
* @bug 6994946
725
N/A
* @summary option to specify only syntax errors as unrecoverable
725
N/A
* @library ../../lib
725
N/A
* @build JavacTestingAbstractProcessor TestProcessor
725
N/A
* @
compile
/
fail
/
ref
=SyntaxErrorTest.out -XDrawDiagnostics -processor TestProcessor
SyntaxErrorTest.java
725
N/A
* @
compile
/
fail
/
ref
=SyntaxErrorTest.out -XDrawDiagnostics -XDonlySyntaxErrorsUnrecoverable -processor TestProcessor
SyntaxErrorTest.java
725
N/A
*/
725
N/A
725
N/A
class
SyntaxErrorTest
{
725
N/A
int
i
725
N/A
}