RFR: 8268148: unchecked warnings handle ? and ? extends Object differently [v2]

Jan Lahoda jlahoda at openjdk.java.net
Fri Sep 3 14:13:28 UTC 2021


On Fri, 3 Sep 2021 13:35:00 GMT, Vicente Romero <vromero at openjdk.org> wrote:

>> Please review this PR. Currently javac handles differently `?` and `? extends Object` when reporting unchecked warnings when according to the spec they should be handled the same way. This PR is fixing this.
>> 
>> TIA
>
> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
> 
>   addressing review comments

Looks good, thanks!

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

Marked as reviewed by jlahoda (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5224


More information about the compiler-dev mailing list