On Tue, 29 Jul 2025 13:09:50 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Rectify @throws clause, update test to delete file
>
> test/jdk/javax/swing/ImageIcon/ImageIconTest.java line 54:
> 
>> 52:         File file = new File(imgName);
>> 53:         file.deleteOnExit();
>> 54:         String fileName = file.getName();
> 
> Don't `imgName` and `fileName` store the same value now?

yes removed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25767#discussion_r2239967294

Reply via email to