On Fri, 22 Oct 2021 09:45:10 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> modules/javafx.controls/src/test/java/test/javafx/scene/control/TableCellTest.java >> line 548: >> >>> 546: int editingRow = 1; >>> 547: cell.updateIndex(editingRow); >>> 548: TablePosition<?,?> editingCell = new TablePosition<>(table, >>> editingRow, editingColumn); >> >> Just saw you added the space for the `<?,?>` in line 559 (which I didn't saw >> 😄) but not here :) > > darn .. ;) Thanks hmm .. I'm all for consistency, so don't mind trying again but ... what _is_ the formatting rule? Searching in controls: - wildcard search: `<?,?>` = 1000+ vs. `<?, ?>` = 379 - verbatim: `<?,?>` = 173 vs. `<?, ?>` = 98 Looks .. inconclusive .. 😁? ------------- PR: https://git.openjdk.java.net/jfx/pull/638