JDK-8216521 : Fix white space errors in jpackage source files
  • Type: Task
  • Component: tools
  • Sub-Component: jpackage
  • Affected Version: internal
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2019-01-10
  • Updated: 2019-03-22
  • Resolved: 2019-01-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
internalResolved
Related Reports
Duplicate :  
Description
I ran a white-space checker, which will flag any white-space problems that will cause jcheck to fail. The following files were flagged:

src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxAppBundler.java :trailingWhitespace:
src/jdk.jpackage/share/classes/jdk/jpackage/internal/AbstractAppImageBuilder.java :trailingWhitespace:
src/jdk.jpackage/share/classes/jdk/jpackage/internal/Arguments.java :trailingWhitespace:
src/jdk.jpackage/share/classes/jdk/jpackage/internal/BasicBundlers.java :trailingWhitespace:
src/jdk.jpackage/share/classes/jdk/jpackage/internal/StandardBundlerParam.java :trailingWhitespace:
src/jdk.jpackage/share/native/libapplauncher/FilePath.cpp :tabs:
src/jdk.jpackage/share/native/libapplauncher/FilePath.h :trailingWhitespace:

The attached patch should fix this.
Comments
I intend to include this white-space patch in the fix to JDK-8217269 and close tis CR as a dupe when that is integrated.
17-01-2019