RFR: 8352970: Remove unnecessary Windows version check in Win32ShellFolderManager2 [v2]
duke
duke at openjdk.org
Fri Mar 28 07:04:19 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
@gredler
Your change (at version 3409da273c8b65a19998422ba4d314a996f866bc) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24256#issuecomment-2760391182
More information about the client-libs-dev
mailing list