RFR: JDK-8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays" [v3]

Matthias Baesken mbaesken at openjdk.org
Wed Jan 3 13:55:22 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 Invokers.java too

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17241/files
  - new: https://git.openjdk.org/jdk/pull/17241/files/c06f35b5..eac9ca69

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17241&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17241&range=01-02

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 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 client-libs-dev mailing list