RFR: 8278028: [test-library] Warnings cleanup of the test library
Roger Riggs
rriggs at openjdk.java.net
Mon Dec 13 19:11:12 UTC 2021
On Wed, 1 Dec 2021 14:47:54 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Compilation warnings of the test library introduce noise in test output and should be addressed or suppressed.
> Changes include:
> - SuppressWarnings("deprecation") and SuppressWarnings("removal")
> - Adding type parameters to Raw types
> - Adding a hashCode method where equals was already present
Can another reviewer take a look at this? Thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/6638
More information about the core-libs-dev
mailing list