Integrated: 8253206: Enforce whitespace checking for additional source files

Kevin Rushforth kcr 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).

This pull request has now been integrated.

Changeset: 10867134
Author:    Kevin Rushforth <kcr at openjdk.org>
Committer: Jayathirth D V <jdv at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/10867134
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8253206: Enforce whitespace checking for additional source files

Reviewed-by: prr, erikj, jdv

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

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



More information about the build-dev mailing list