JDK-8340461 : Amend description for logArea
  • Type: Sub-task
  • Component: client-libs
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-19
  • Updated: 2024-10-25
  • Resolved: 2024-09-23
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 23 JDK 24 JDK 8
11.0.26-oracleFixed 17.0.14-oracleFixed 21.0.6-oracleFixed 23.0.2Fixed 24 b17Fixed 8u441Fixed
Related Reports
Relates :  
Description
When generating javadoc for PassFailJFrame, there's an error reported:

PassFailJFrame.java:161: error: text not allowed in <ul> element
 *     <li>to add a log area</li>,

The comma has to be inside <li> elements.

Description of the methods looks overly verbose:
Clears the log area, if enabled by PassFailJFrame.Builder.logArea() or PassFailJFrame.Builder.logArea(int).
Comments
Fix request [17u,21u] I backport this for parity with 17.0.14-oracle,21.0.6-oracle. No risk, only a test change Clean backport. Executed a test using PassFailJFrame to check. SAP nightly testing passed.
25-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1089 Date: 2024-10-24 10:03:11 +0000
24-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/3001 Date: 2024-10-24 10:02:55 +0000
24-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk23u/pull/143 Date: 2024-10-08 14:55:31 +0000
08-10-2024

Fix Request for 23u A small update to the documentation of PassFailJFrame, the manual test framework. Risk: Low
07-10-2024

Changeset: 833ff299 Branch: master Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2024-09-23 18:25:12 +0000 URL: https://git.openjdk.org/jdk/commit/833ff29983e0d433ccd4c7e946b15e42045faeaa
23-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21138 Date: 2024-09-23 14:30:30 +0000
23-09-2024