RFR: 8342870: Errors related to unused code on Windows after 8339120 in accessibility [v5]

Alexey Ivanov aivanov at openjdk.org
Tue Jan 28 17:40:51 UTC 2025


On Fri, 24 Jan 2025 20:36:20 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> I wonder if this falls into the category of "Can be used in a debugger" like Alex mentioned above, if not I'll remove it
>
> I see no reason to keep it.
> 
> If it's needed during debugging, there are many ways to find the handle.
> 
> Otherwise, the edit control is accessed by its id: `cAccessInfoText`.

It looks like this feature doesn't work: [JDK-8348882](https://bugs.openjdk.org/browse/JDK-8348882): )jaccesswalker: "Display Accessibility Information" doesn't work_

It's not related to your changes directly, it's just an observation after running `jaccesswalker.exe`; I'm still for removing `hwndEdit`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21656#discussion_r1932603818


More information about the client-libs-dev mailing list