<Swing Dev> RFR: 8268087: Update documentation of the JPasswordField
Alexander Zvegintsev
azvegint at openjdk.java.net
Wed Jun 2 13:11:31 UTC 2021
On Wed, 2 Jun 2021 01:14:39 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Some useful documentation was added to the JPasswordField.
Marked as reviewed by azvegint (Reviewer).
src/java.desktop/share/classes/javax/swing/JPasswordField.java line 68:
> 66: * handling confidential information such as the password text, refer to the
> 67: * relevant section at
> 68: * <a href="https://www.oracle.com/java/technologies/javase/seccodeguide.html">
We might want to use the link with an anchor to the specific section, e.g.:
https://www.oracle.com/java/technologies/javase/seccodeguide.html#2-2
-------------
PR: https://git.openjdk.java.net/jdk/pull/4296
More information about the swing-dev
mailing list