RFR: 8256821: TreeViewSkin/Behavior: misbehavior on switching skin [v2]
Jeanette Winzenburg
fastegal at openjdk.java.net
Mon Dec 7 10:42:23 UTC 2020
On Mon, 7 Dec 2020 09:29:32 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> Jeanette Winzenburg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed c&p naming error
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/SkinCleanupTest.java line 71:
>
>> 69: @Test
>> 70: public void testTreeViewSetRoot() {
>> 71: TreeView<String> listView = new TreeView<>(createRoot());
>
> minor: Please rename the variable to `treeView` in this method and others.
darn c&p - thanks :)
-------------
PR: https://git.openjdk.java.net/jfx/pull/358
More information about the openjfx-dev
mailing list