RFR: 8225377: type annotations are not visible to javac plugins across compilation boundaries [v4]

Liam Miller-Cushon cushon at openjdk.org
Fri Nov 3 01:31:27 UTC 2023


On Wed, 1 Nov 2023 19:23:25 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> I made one more small update for receiver parameters and added an additional test case. Receiver parameters are not currently filled in for classes loaded from the classpath. (That is potentially an issue even without type annotations being present, I filed [JDK-8319196](https://bugs.openjdk.org/browse/JDK-8319196).)

On second thought, I would like to defer that, I have switched back to the last version that was reviewed. The receiver parameter issue seems like a pre-existing problem that is doesn't just affect type annotations, I have proposed a separate fix for JDK-8319196.

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

PR Comment: https://git.openjdk.org/jdk/pull/16407#issuecomment-1791775635


More information about the compiler-dev mailing list