RFR: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays"
Alan Bateman
alanb at openjdk.org
Wed Jan 3 13:32:38 UTC 2024
On Wed, 3 Jan 2024 11:41:20 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> In [JDK-8322772](https://bugs.openjdk.org/browse/JDK-8322772) one similar cleanup has been proposed before (and was done in the change). But there are a number of other places in the codebase where the import is done and still the unneeded fully qualified class name "java.util.Arrays" is used so more cleanups can be done.
Looks fine, surprised to see so many. I assume you'll bump the copyright date on all the files before integrating.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17241#pullrequestreview-1802064657
More information about the core-libs-dev
mailing list