RFR: 8285935: Spurious lint warning for static method accessed through instance qualifier [v2]
Jan Lahoda
jlahoda at openjdk.org
Thu Aug 4 13:31:11 UTC 2022
On Wed, 3 Aug 2022 19:38:29 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Please review this simple fix which is adding a more precise, I hope, warning for the case when a static method or field is being accessed using an anonymous class instance.
>>
>> TIA
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>
> updating the warning message text
Seems OK to me.
-------------
Marked as reviewed by jlahoda (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9521
More information about the compiler-dev
mailing list