RFR: 8268148: unchecked warnings handle ? and ? extends Object differently

Vicente Romero vromero at openjdk.java.net
Mon Aug 30 21:46:32 UTC 2021


On Mon, 23 Aug 2021 16:17:36 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

ping

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

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


More information about the compiler-dev mailing list