RFR: 8160755: bug6492108.java test fails with exception Image comparison failed at (0, 0) for image 4 in GTK L&F [v3]
Abhishek Kumar
abhiscxk at openjdk.org
Mon Jun 3 05:52:32 UTC 2024
On Fri, 31 May 2024 20:47:52 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Updated.
>
> Previous formatting was less confusing and aligned with Java Coding Style Guidelines.
>
> The parameters to the method are aligned to the opening parenthesis; the `throws` clause is not part of the parameters and it's placed on another line according to rules of wrapping lines (it should've used double-indentation of 8 spaces rather than 4 spaces to indicate a continuation line).
Reverted back to previous formatting with double-indentation. Hopefully this should be ok now.
> To make the continuation line stand out as continuation line, place the || at the start of wrapped line.
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19381#discussion_r1623813651
PR Review Comment: https://git.openjdk.org/jdk/pull/19381#discussion_r1623814147
More information about the client-libs-dev
mailing list