On Mon, 8 Dec 2025 11:00:14 GMT, Alexander Zvegintsev <[email protected]>
wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Redundant code remove
>> - Redundant code remove
>
> src/java.desktop/share/classes/javax/swing/SwingUtilities.java line 1825:
>
>> 1823: map = parent;
>> 1824: }
>> 1825: if (map != null && uiInputMap == null) {
>
> Line 1826 seems to be unreachable, as we have `while (map != null) {` before
> in the same method.
you are right..removed..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28671#discussion_r2598597114