The automated tests for JPackage have extremely long names, usually starting with "JpackageCreateAppImage" or "JPackageCreateInstaller", which is all either redundant (they are in jpackage directory) or misleading (there is no longer any such thing as the create-app-image or create-installer modes).
I would like to simplify both the names, and the layout (They are mostly in createinstaller or createappimage sub-directories.)
I would like to simplify both the names, and the layout (They are mostly in createinstaller or createappimage sub-directories.)
- relates to
-
JDK-8226599 use code coverage results to remove dead code
- Resolved