RFR: 8332497: javac crashes when annotation processing runs on program with module imports [v4]

Chen Liang liach at openjdk.org
Tue May 21 03:24:09 UTC 2024


On Mon, 20 May 2024 07:49:05 GMT, Evemose <duke at openjdk.org> wrote:

> Is it ok to just out bug-related test into some pre-existing test class? I just saw that issue-related tests are all in separate folders so figured its how it should be. 

Yes. If you look at git blame (available from Intellij Idea annotations) you will find those Txxxxxxxx tests are from long ago; they are legacy and no longer encouraged in newer tests, which usually group by their subjects.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19292#issuecomment-2121644901


More information about the compiler-dev mailing list