RFR: 8344067: TableCell indices may not match the TableRow index [v2]

Andy Goryachev angorya at openjdk.org
Wed Nov 13 20:19:36 UTC 2024


On Wed, 13 Nov 2024 19:58:10 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

>> (here and elsewhere)
>
> I usually keep it this way as it is still readable and less space. But changed the formatting so that the statement with the dot `.filter` is in the new line. This is as far as I know what most people do.

there is generally added benefit in case of an exception the line number would point to the offending code, rather than to the whole line.

it's probably not important here as we don't deal with deciphering ancient logs as much.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1635#discussion_r1841104260


More information about the openjfx-dev mailing list