On Thu, 25 Jun 2020 22:45:17 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comment corrections, adding new tests > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TreeTableViewTest.java > line 443: > >> 442: @Test public void >> testSelectionUpdatesCorrectlyAfterChildRemoveOneAndSetAll() { >> 443: TreeTableColumn<String, String> col = setupForPermutationTest(); >> 444: TreeItem<String> parentTreeItem = >> ((TreeItem<String>)sm.getSelectedItem()).getParent(); > > Minor: `col` is unused. Corrected in the next commit ------------- PR: https://git.openjdk.java.net/jfx/pull/244