RFR: 8089280: horizontal scrollbar should never become visible in TableView with constrained resize policy [v3]
Andy Goryachev
angorya at openjdk.org
Fri Sep 16 16:20:04 UTC 2022
On Fri, 16 Sep 2022 16:14:49 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> will do.
>>
>> I do not like inconsistency: everywhere else in this file there is no space after comma in type parameters, for example
>> ```TableViewSkinBase<?,?,?,?,?>```
>> so, if one were to use a formatter, it will format to
>> ```TableViewSkinBase<?, ?, ?, ?, ?>```
>>
>> which will look weird.
>
>> will do.
>
> just this one, though. Please don't reformat any others that you aren't otherwise touching.
>
> And yes, it is an area where we are inconsistent (it varies from file to file and often within the same file).
certainly, I am not going to touch the rest of the code.
-------------
PR: https://git.openjdk.org/jfx/pull/894
More information about the openjfx-dev
mailing list