<Swing Dev> [jdk17] RFR: 8268775: Password is being converted to String in AccessibleJPasswordField [v2]
Alexander Zuev
kizune at openjdk.java.net
Wed Jun 30 14:58:28 UTC 2021
> 8268775: Password is being converted to String in AccessibleJPasswordField
Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
Use getDocumnt().getLength() instead of requesting password as an array of chars and counting its length
-------------
Changes:
- all: https://git.openjdk.java.net/jdk17/pull/127/files
- new: https://git.openjdk.java.net/jdk17/pull/127/files/372202b4..6c57265c
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk17&pr=127&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk17&pr=127&range=00-01
Stats: 8 lines in 1 file changed: 2 ins; 2 del; 4 mod
Patch: https://git.openjdk.java.net/jdk17/pull/127.diff
Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/127/head:pull/127
PR: https://git.openjdk.java.net/jdk17/pull/127
More information about the swing-dev
mailing list