Re: RFR: 5078989: Null Pointer exception in SpinnerListMode

2020-10-01 Thread Sergey Bylokhov
On Wed, 30 Sep 2020 06:58:17 GMT, Prasanta Sadhukhan wrote: > Please review a fix for an issue where it is seen that when the data in > SpinnerListModel has a null value, pressing any > key after deleting the current value throws null pointer exception. This is > because findNextMatch() calls

Re: RFR: 8253606: Need to add missed constructor to the SwingEventMonitor

2020-10-01 Thread Phil Race
On Thu, 24 Sep 2020 17:08:31 GMT, Sergey Bylokhov wrote: > The javadoc for the constructor in this class was added, but the constructor > itsef is missed.. Marked as reviewed by prr (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/340

Integrated: 6690021: typos in TransferHandler Javadoc

2020-10-01 Thread Prasanta Sadhukhan
On Thu, 1 Oct 2020 07:43:07 GMT, Prasanta Sadhukhan wrote: > Fixed a typo removing superfluous ")" This pull request has now been integrated. Changeset: 87276bce Author:Prasanta Sadhukhan URL: https://git.openjdk.java.net/jdk/commit/87276bce Stats: 1 line in 1 file changed: 0

Re: RFR: 6646602: Spelling error in javadoc for javax.swing.tree.TreeModel

2020-10-01 Thread Jayathirth D V
On Thu, 1 Oct 2020 07:49:59 GMT, Prasanta Sadhukhan wrote: > Fixed a typo in the documentation. Marked as reviewed by jdv (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/453

Re: RFR: 6690021: typos in TransferHandler Javadoc

2020-10-01 Thread Jayathirth D V
On Thu, 1 Oct 2020 07:43:07 GMT, Prasanta Sadhukhan wrote: > Fixed a typo removing superfluous ")" Marked as reviewed by jdv (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/452

RFR: 6646602: Spelling error in javadoc for javax.swing.tree.TreeModel

2020-10-01 Thread Prasanta Sadhukhan
Fixed a typo in the documentation. - Commit messages: - 6646602: Spelling error in javadoc for javax.swing.tree.TreeModel Changes: https://git.openjdk.java.net/jdk/pull/453/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk=453=00 Issue:

RFR: 6690021: typos in TransferHandler Javadoc

2020-10-01 Thread Prasanta Sadhukhan
Fixed a typo removing superfluous ")" - Commit messages: - 6690021: typos in TransferHandler Javadoc Changes: https://git.openjdk.java.net/jdk/pull/452/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk=452=00 Issue: https://bugs.openjdk.java.net/browse/JDK-6690021