<i18n dev> RFR: 8342903: Deprecate for removal java.awt.Window.getWarningString() [v4]

Phil Race prr at openjdk.org
Thu Nov 21 20:27:16 UTC 2024


On Thu, 21 Nov 2024 19:31:17 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8342903
>
> src/java.desktop/windows/native/libawt/windows/awt_Window.cpp line 450:
> 
>> 448: }
>> 449: 
>> 450: void AwtWindow::FocusedWindowChanged(HWND from, HWND to)
> 
> It looks like this empty method and its usage can also be removed:
> 
> 
> ./src/java.desktop/windows/native/libawt/windows/awt_Component.cpp:6426:    AwtWindow::FocusedWindowChanged(old, window);

I knew that was possible but I wasn't sure I wanted to pull on the string.
If it is really simple I will do it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22221#discussion_r1852825185


More information about the i18n-dev mailing list