[OpenJDK 2D-Dev] RFR: 8263984: Invalidate printServices when there are no printers [v3]

Alexey Ivanov aivanov at openjdk.java.net
Tue Apr 6 20:42:24 UTC 2021


On Tue, 6 Apr 2021 20:35:09 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> BTW another solution is to move { to the next line if the previous statement was split across few lines.
>
> I added a blank line between the condition and the body.
> Does it look good? @mrserb, @jayathirthrao

[Code Conventions for Java](https://www.oracle.com/java/technologies/javase/codeconventions-indentation.html#248) say, “Line wrapping for `if` statements should generally use the 8-space rule, since conventional (4 space) indentation makes seeing the body difficult.” (It's the second to last block on the page.)

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

PR: https://git.openjdk.java.net/jdk/pull/3151


More information about the 2d-dev mailing list