[OpenJDK 2D-Dev] RFR: 8253206: Enforce whitespace checking for additional source files

Jayathirth D V jdv at openjdk.java.net
Wed Sep 16 14:05:18 UTC 2020


On Tue, 15 Sep 2020 22:18:09 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> This adds the following extensions to the list of source files that git jcheck will check for whitespace errors:
> 
>  .cc, .hh, .m, .mm
> 
> All files with the above extensions are now white-space clean after the fix for
> [JDK-8240487](https://bugs.openjdk.java.net/browse/JDK-8240487). This will help them stay that way.
> I just integrated a similar fix to `jfx` (with a few more source extensions that aren't relevant for the JDK) in
> [JDK-8240499](https://bugs.openjdk.java.net/browse/JDK-8240499).

Marked as reviewed by jdv (Reviewer).

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

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


More information about the 2d-dev mailing list