-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b16
The jdk `.jcheck/conf` file is configured to check the same set of files as the old HG jcheck, namely files with the following extensions:
.java, .c, .h, .cpp, and .hpp
The Skara git jcheck alows us to evolve the rules for white space checking compatibly, so I propose to add the following additional file extensions to the list of source files that need to be kept whitespace-clean:
.cc, .hh, .m, .mm
Whitespace errors in files with these extensions were all fixed inJDK-8240487. We should modify the .jcheck/conf file soon so they don't sneak back in.
.java, .c, .h, .cpp, and .hpp
The Skara git jcheck alows us to evolve the rules for white space checking compatibly, so I propose to add the following additional file extensions to the list of source files that need to be kept whitespace-clean:
.cc, .hh, .m, .mm
Whitespace errors in files with these extensions were all fixed in
- relates to
-
JDK-8240487 Cleanup whitespace in .cc, .hh, .m, and .mm files
- Resolved
-
JDK-8240499 Enforce whitespace checking for additional source files
- Resolved
-
JDK-8253260 Fix whitespace errors in .m and .metal files in lanai repo
- Resolved