On Sat, 15 Feb 2020 14:59:30 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit. > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TableViewKeyInputTest.java > line 102: > >> 101: >> 102: private NodeOrientation orientation; >> 103: > > I might recommend also adding a `private boolean ltr` instance variable to > make the check less verbose, but that's up to you. In such a test with large number of lines, I prefer the checks to be verbose. ------------- PR: https://git.openjdk.java.net/jfx/pull/114