RFR: 8285197: TableColumnHeader: calc of cell width must respect row styling (TreeTableView) [v2]
Robert Lichtenberger
rlichten at openjdk.java.net
Thu May 19 14:24:00 UTC 2022
On Thu, 12 May 2022 05:22:38 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> Robert Lichtenberger has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - 8285197: TableColumnHeader: calc of cell width must respect row styling (TreeTableView)
>>
>> Test class cosmetic cleanups #2.
>> - 8285197: TableColumnHeader: calc of cell width must respect row styling (TreeTableView)
>>
>> Test class cosmetic cleanups.
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/TreeTableColumnHeaderTest.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
>
> Replace "2018, 2021" with just "2022" as this is newly introduced test file.
done
> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/TreeTableColumnHeaderTest.java line 51:
>
>> 49: import java.util.List;
>> 50:
>> 51: import static org.junit.Assert.*;
>
> Replace generic import statement with specific ones.
done
-------------
PR: https://git.openjdk.java.net/jfx/pull/779
More information about the openjfx-dev
mailing list