RFR: 8288882: JFileChooser - empty (0 bytes) file is displayed as 1 KB [v3]

Abhishek Kumar duke at openjdk.org
Fri Jul 8 06:23:39 UTC 2022


On Thu, 7 Jul 2022 19:58:52 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Byte entry added to basic.properties, MessageFormat used to format file length
>
> test/jdk/javax/swing/JFileChooser/ZeroFileSizeCheck.java line 72:
> 
>> 70:             frame = new JFrame();
>> 71:             PassFailJFrame.addTestWindow(frame);
>> 72:             PassFailJFrame.positionTestWindow(frame, PassFailJFrame.Position.HORIZONTAL);
> 
> You don't use the frame any more, do you?

No, frame is not used.

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

PR: https://git.openjdk.org/jdk/pull/9327



More information about the client-libs-dev mailing list