-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b85
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2189004 | OpenJDK6 | Jonathan Gibbons | P4 | Resolved | Fixed | b19 |
It seems that javac does not compile source that is generated in the last round (when RoundEnvironment.processingOver() is true).
Although source generated in this round will not be annotation processed, it should still take part in javac's compile phase that happens after the "annotation processing".
Although source generated in this round will not be annotation processed, it should still take part in javac's compile phase that happens after the "annotation processing".
- backported by
-
JDK-2189004 Source generated in last round not compiled
-
- Resolved
-
- relates to
-
JDK-8256826 Source generated in last round not visible to other sources
-
- Open
-