JDK-8279798 : Javadoc for BasicTabbedPaneUI is inconsistent
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-10
  • Updated: 2022-01-25
  • Resolved: 2022-01-24
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 19
19 masterFixed
Related Reports
Relates :  
Description
The javadoc for BasicTabbedPaneUI is inconsistent with other classes:
* Create a UI.
* Install the defaults.
* Uninstall the defaults.
* Laysout a label.

Most methods of the BasicTabbedPaneUI as well as similar methods in other Basic*UI classes use the third person form:
* Creates a UI.
* Installs the defaults.
* Uninstalls the defaults.
* Lays out a label.
Comments
Changeset: 0b5c54be Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-01-24 18:32:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/0b5c54be675c63ecac17cd37f6d388fd42f09aa8
24-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7031 Date: 2022-01-11 15:32:04 +0000
11-01-2022