On Wed, 29 Jun 2022 13:06:21 GMT, Abhishek Kumar <d...@openjdk.org> wrote:
> JFileChooser - empty file size issue fixed. > For empty file, now the size 0 bytes. > Manual Test Case "ZeroFileSizeCheck.java" created. test/jdk/javax/swing/JFileChooser/ZeroFileSizeCheck.java line 2: > 1: /* > 2: * Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights > reserved. The copyright year is usually just the current year for new files. Was the test case created from a reproducer code? ------------- PR: https://git.openjdk.org/jdk/pull/9327