Hello. Please review the fix for JDK 13. Bug: https://bugs.openjdk.java.net/browse/JDK-8216008 Fix: http://cr.openjdk.java.net/~serb/8216008/webrev.00
The previous discussion of this fix can be found here[1]. Changes in this version: - The check "atNames.strip().isEmpty()" was replaced by the "atNames.isBlank()". - As suggested in the CSR the link to the "Character#isWhitespace(int)" was added to the text about white spaces. [1] http://mail.openjdk.java.net/pipermail/swing-dev/2019-January/009260.html -- Best regards, Sergey.
