Re: RFR: 8264218: Public method javax.swing.JMenu.setComponentOrientation() has no spec

2021-03-26 Thread Sergey Bylokhov
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:

Integrated: 8189198: Add "forRemoval = true" to Applet API deprecations

2021-03-26 Thread Andy Herrick
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:

Re: RFR: 8263496: MetalHighContrastTheme.getControlHighlight cleanup

2021-03-26 Thread Alexander Zvegintsev
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

RFR: 8264218: Public method javax.swing.JMenu.setComponentOrientation() has no spec

2021-03-26 Thread Prasanta Sadhukhan
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:

Integrated: 8263472: Specification of JComponent::updateUI should document that the default implementation does nothing

2021-03-26 Thread Prasanta Sadhukhan
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