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

Marius Hanl mhanl at openjdk.java.net
Fri Oct 22 10:36:24 UTC 2021


On Fri, 22 Oct 2021 10:15:59 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:

>> 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 .. ��?
> 
> But then, [generics tutorial](https://docs.oracle.com/javase/tutorial/java/generics/types.html) has the space - so the space it will be.

Weird. Also standard classes like HashMap, AbstractMap or just Map doesn't have the space. I'm also for consisteny, but don't know which would be 'the best' ��

-------------

PR: https://git.openjdk.java.net/jfx/pull/638


More information about the openjfx-dev mailing list