RFR: 8090123: Items are no longer visible when collection is changed [v5]
Karthik P K
kpk at openjdk.org
Wed Feb 22 17:37:33 UTC 2023
On Wed, 22 Feb 2023 15:46:47 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> are these two lines slightly misaligned?
>
The second line is aligned at 6 tabs from the start of the line. Because of that it looks misaligned.
> perhaps we could convert this to double x = ...; double y = ...; mouseClick(x, y);
>
> (there is a value in having one statement per line, in general)
Since there are no repeated function calls I didn't convert them to variables. Yes converting the long statements to variables would make it more readable. I will work on that.
-------------
PR: https://git.openjdk.org/jfx/pull/1039
More information about the openjfx-dev
mailing list