RFR: 8300084: AquaFileChooserUI.getDefaultButton returns null [v2]
Tejesh R
tr at openjdk.org
Mon Jan 16 13:04:28 UTC 2023
On Mon, 16 Jan 2023 12:18:18 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> test/jdk/javax/swing/JFileChooser/AquaDefaultButtonTest.java line 48:
>>
>>> 46: if (defaultApproveButton == null) {
>>> 47: throw new RuntimeException("getDefaultButton() method returns null for Aqua L&F!");
>>> 48: }
>>
>> If you choose shorter names for variables, the line would fit into 80-column limit. Now the two lines are nearly 100 characters long, though not a big issue.
>
> Could you please the copyright year in `AquaFileChooserUI.java`?
Updated.
-------------
PR: https://git.openjdk.org/jdk/pull/12008
More information about the client-libs-dev
mailing list