It was pointed out in review that several files (e.g., Arguments.java) have unused imports that can be removed.
Except for wildcard static imports, we should replace the wild-card imports with explicit imports.
for example:
src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxDebBundler.java (java.util.* and java.io.*)
Except for wildcard static imports, we should replace the wild-card imports with explicit imports.
for example:
src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxDebBundler.java (java.util.* and java.io.*)
- relates to
-
JDK-8223586 remove jpackage dead code and other cleanup
-
- Resolved
-