RFR: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays" [v2]
Matthias Baesken
mbaesken at openjdk.org
Wed Jan 3 13:51:03 UTC 2024
> 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.
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
adjust copyright date
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17241/files
- new: https://git.openjdk.org/jdk/pull/17241/files/af1c0375..c06f35b5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17241&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17241&range=00-01
Stats: 8 lines in 8 files changed: 0 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/17241.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17241/head:pull/17241
PR: https://git.openjdk.org/jdk/pull/17241
More information about the net-dev
mailing list