RFR: 8305971: NPE in JavacProcessingEnvironment for missing enum constructor body [v2]
Vicente Romero
vromero at openjdk.org
Fri Sep 29 18:53:55 UTC 2023
On Thu, 28 Sep 2023 22:58:24 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> The style of annotation processor tests does vary a bit by area of javac. It should be technically possible to put the code being tested and the annotation processor into a single file, as is commonly done in the direct annotation processing tests.
>
> I can send some pointers if that kind of refactoring would be of interest.
I have uploaded another iteration that refactors the test as suggested
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15974#discussion_r1341666356
More information about the compiler-dev
mailing list