JDK-8308370 : Fix build failures related to the java.awt.Robot documentation
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 21
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2023-05-18
  • Updated: 2024-07-18
  • Resolved: 2023-05-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.
JDK 11 JDK 17 JDK 21 JDK 8
11.0.25-oracleFixed 17.0.0.1Resolved 21 b24Fixed 8u431Fixed
Related Reports
Blocks :  
Relates :  
Description
Javadoc generates the following warnings, which are treated as errors:

src/java.desktop/share/classes/java/awt/Robot.java:433: warning: empty <p> tag
* <p>
^
src/java.desktop/share/classes/java/awt/Robot.java:460: warning: empty <p> tag
* <p>
^
error: warnings found and -Werror specified
1 error
Comments
Changeset: 02dc95e6 Author: Alexander Zvegintsev <azvegint@openjdk.org> Date: 2023-05-18 18:51:46 +0000 URL: https://git.openjdk.org/jdk/commit/02dc95e6b99e5998b028e90c3fe9c64ad9f47d9e
18-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14050 Date: 2023-05-18 18:42:41 +0000
18-05-2023

Added 'noreg-build' label since this P1 fix will be verified by the integration build.
18-05-2023

A Tier1 build failure is a P1 so bumping from P2 -> P1.
18-05-2023