RFR: 8288882: JFileChooser - empty (0 bytes) file is displayed as 1 KB [v13]
Abhishek Kumar
duke at openjdk.org
Thu Jul 28 16:26:51 UTC 2022
On Wed, 27 Jul 2022 17:23:33 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> space added as per review comment
>
> src/java.desktop/share/classes/sun/swing/FilePane.java line 1215:
>
>> 1213: } else {
>> 1214: double gbVal = formatToDoubleValue(len);
>> 1215: text = MessageFormat.format(gigaByteString, gbVal);
>
> should we also handle "{0} TB" cases?
Files having "TB" sizes may not be handled now.
-------------
PR: https://git.openjdk.org/jdk/pull/9327
More information about the client-libs-dev
mailing list