On Fri, 26 Mar 2021 11:30:35 GMT, Prasanta Sadhukhan
wrote:
> A public overriding method
> JMenu.setComponentOrientation(java.awt.ComponentOrientation)
> has no spec.
> Added spec for the method.
Looks like the JavaDoc bug, the spec was there in jdk7:
https://docs.oracle.com/javase/7/docs/api/
On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick wrote:
> implementation of
> JDK-8256145: JEP 398: Deprecate the Applet API for Removal
This pull request has now been integrated.
Changeset: 57115fa2
Author:Andy Herrick
URL: https://git.openjdk.java.net/jdk/commit/57115fa2
Stats: 7
On Tue, 23 Mar 2021 10:26:42 GMT, Prasanta Sadhukhan
wrote:
> SonarCloud reports the potential issue with
> MetalHighContrastTheme.getControlHighlight where `controlHighlight ` field is
> not used and the getControlHighlight() uses secondary field.
> public ColorUIResource getControlHighlight(
A public overriding method
JMenu.setComponentOrientation(java.awt.ComponentOrientation)
has no spec.
Added spec for the method.
-
Commit messages:
- 8264218: Public method javax.swing.JMenu.setComponentOrientation() has no
spec
Changes: https://git.openjdk.java.net/jdk/pull/3213/f
On Fri, 12 Mar 2021 04:33:43 GMT, Prasanta Sadhukhan
wrote:
> It's unclear from the spec that the original implementation of the method
> JComponent.updateUI() does nothing which needs to be explicitly stated in the
> javadoc.
This pull request has now been integrated.
Changeset: 4fbb7c24
Au