test/langtools/tools/javac/processing/GenerateAndErrorTest.java
author jlahoda
Fri, 15 Feb 2019 12:09:53 +0100
changeset 53773 454d54d8af1c
permissions -rw-r--r--
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round Summary: When an annotation processor reports and error, defer reporting recoverable errors from the erroneous round to the last round, to avoid reporting errors that were resolved in the erroneous round. Reviewed-by: jjg

/* /nodynamiccopyright/ */
public class GenerateAndErrorTest extends Extra implements ExtraExtra {}