RFR: 8352970: Remove unnecessary Windows version check in Win32ShellFolderManager2 [v2]
Daniel Gredler
dgredler at openjdk.org
Thu Mar 27 18:18:16 UTC 2025
On Wed, 26 Mar 2025 19:49:46 GMT, Daniel Gredler <dgredler at openjdk.org> wrote:
>> Win32ShellFolderManager2 contains a check as to whether the current Windows version is Windows 2000 or later. The current minimum supported version is Windows 10, so this is no longer needed.
>>
>> No test seems to currently exercise this code, and it's not easy to reliably test, but I've added a basic test that should surface any fundamental issues. The change is very simple, though.
>
> Daniel Gredler has updated the pull request incrementally with one additional commit since the last revision:
>
> Add 'Test' suffix to test class name, remove unused import
@prr Just to verify, was the testing for this one or for #24230?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24256#issuecomment-2759019262
More information about the client-libs-dev
mailing list