RFR: 8187474: Tree-/TableCell, TreeCell: editingCell/Item not updated in cell.startEdit [v2]

Jeanette Winzenburg fastegal at openjdk.java.net
Fri Oct 22 10:19:05 UTC 2021


On Fri, 22 Oct 2021 09:45:10 GMT, Jeanette Winzenburg <fastegal at 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


More information about the openjfx-dev mailing list