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

Alexey Ivanov aivanov at openjdk.org
Wed Sep 28 15:43:43 UTC 2022


On Mon, 26 Sep 2022 21:08:45 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment fix
>
> src/java.desktop/share/classes/sun/swing/FilePane.java line 1127:
> 
>> 1125:         JFileChooser chooser;
>> 1126:         DateFormat df;
>> 1127:         final static double baseFileSize = 1000.0;
> 
> let's use blessed modifiers order: `static final`

Thanks for catching it, I missed it.

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

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



More information about the client-libs-dev mailing list