Integrated: 8268148: unchecked warnings handle ? and ? extends Object differently
Vicente Romero
vromero at openjdk.java.net
Fri Sep 3 15:23: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
This pull request has now been integrated.
Changeset: ff4018bc
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ff4018bc867841b566d619029fb637a128bc39a7
Stats: 46 lines in 3 files changed: 43 ins; 1 del; 2 mod
8268148: unchecked warnings handle ? and ? extends Object differently
Reviewed-by: jlahoda
-------------
PR: https://git.openjdk.java.net/jdk/pull/5224
More information about the compiler-dev
mailing list