mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8217381: Incovenient errors reported when annotation processor generates source file and errors in the same round
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
This commit is contained in:
parent
8c4106ff56
commit
68d32a9a8a
12 changed files with 104 additions and 21 deletions
|
@ -0,0 +1,2 @@
|
|||
/* /nodynamiccopyright/ */
|
||||
public class GenerateAndErrorTest extends Extra implements ExtraExtra {}
|
Loading…
Add table
Add a link
Reference in a new issue