RFR: 8354646: java.awt.TextField allows to identify the spaces in a password when double clicked at the starting and end of the text [v10]

Jeremy Wood duke at openjdk.org
Fri Jun 6 05:58:44 UTC 2025


On Fri, 6 Jun 2025 03:25:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Jeremy Wood has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - 8354646: skip L&F for UnsupportedLookAndFeelException
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/25443#discussion_r2131429289
>>  - 8354646: update copyright year
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/25443#discussion_r2131433167
>>  - 8354646: align text below "Password"
>>    
>>    Also shorten comment to better match the brevity observed with other @summary tags.
>>    
>>    This is in response to:
>>    https://github.com/openjdk/jdk/pull/25443#discussion_r2131431316
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthPasswordFieldUI.java line 116:
> 
>> 114:      */
>> 115:     @Override
>> 116:     protected void installKeyboardActions() {
> 
> Please update the copyright year

OK; this is updated

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25443#discussion_r2131554911


More information about the client-libs-dev mailing list