JDK-8325075 : Enable -Werror for javadoc to fail on any warnings
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-31
  • Updated: 2024-03-29
  • Resolved: 2024-03-25
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
jfx23 b11Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Description
Once the last javadoc warning tracked by JDK-8314590 is fixed, we should enable the "-Werror" option when running javadoc to fail the build on any warning. This will help keep our docs clean.

This should be done shortly after all of the warnings are fixed to minimize the chance of introducing new warnings.
Comments
Changeset: 4beeb89f Author: Kevin Rushforth <kcr@openjdk.org> Date: 2024-03-25 22:26:01 +0000 URL: https://git.openjdk.org/jfx/commit/4beeb89f864ccf1424db36c9739a7f6999adeecc
25-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/1390 Date: 2024-03-05 16:47:45 +0000
05-03-2024