RFR: 8345141: Remove uses of SecurityManager in ShellFolder related classes [v3]

Phil Race prr at openjdk.org
Mon Dec 2 23:03:14 UTC 2024


On Mon, 2 Dec 2024 22:39:13 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8345141
>
> src/java.desktop/share/classes/sun/awt/shell/ShellFolderManager.java line 122:
> 
>> 120:     }
>> 121: 
>> 122:     private static File[] checkFiles(Stream<File> fs, @SuppressWarnings("removal") SecurityManager sm) {
> 
> Minor: Similar to what @azvegint pointed out in Win32ShellFolderManager.java `import java.util.stream.Stream;`  is unused after removal of this method.

fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22423#discussion_r1866740806


More information about the client-libs-dev mailing list