Skip to content

Commit 8607842

Browse files
committedOct 12, 2022
8295205: Add jcheck whitespace checking for markdown files
Reviewed-by: erikj
1 parent cb62f1c commit 8607842

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed
 

‎.jcheck/conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version=0
1515
domain=openjdk.org
1616

1717
[checks "whitespace"]
18-
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.gmk|.*\.m4|.*\.ac|Makefile
18+
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.md|.*\.gmk|.*\.m4|.*\.ac|Makefile
1919
ignore-tabs=.*\.gmk|Makefile
2020

2121
[checks "merge"]

‎doc/hotspot-unit-tests.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Generally speaking to write a good test, one should create a model of
100100
the system under tests, a model of possible bugs (or bugs which one
101101
wants to find) and design tests using those models.
102102

103-
### Nearness
103+
### Nearness
104104

105105
Prefer having checks inside test code.
106106

@@ -156,7 +156,7 @@ that the distance between compared values is not more than 4 ULPs,
156156
there is also `EXPECT_NEAR(v1, v2, eps)` which checks that the absolute
157157
value of the difference between `v1` and `v2` is not greater than `eps`.
158158

159-
### C string comparison
159+
### C string comparison
160160

161161
Use string special macros for C strings comparisons.
162162

@@ -229,7 +229,7 @@ test failure analysis. For example, class `Foo` - test group `Foo`,
229229
compiler logging subsystem - test group `CompilerLogging`, G1 GC — test
230230
group `G1GC`, and so forth.
231231

232-
### Filename
232+
### Filename
233233

234234
A test file must have `test_` prefix and `.cpp` suffix.
235235

@@ -283,7 +283,7 @@ Fixture classes should be named after tested classes, subsystems, etc
283283
(follow [Test group names rule](#test-group-names)) and have
284284
`Test` suffix to prevent class name conflicts.
285285

286-
### Friend classes
286+
### Friend classes
287287

288288
All test purpose friends should have either `Test` or `Testable` suffix.
289289

@@ -303,7 +303,7 @@ the same way it is done in hotspot.
303303

304304
## Miscellaneous
305305

306-
### Hotspot style
306+
### Hotspot style
307307

308308
Abide the norms and rules accepted in Hotspot style guide.
309309

@@ -392,7 +392,7 @@ In long-term, we expect jtreg to support GoogleTest tests as first
392392
class citizens, that is to say, jtreg will parse @requires comments
393393
and filter out inapplicable tests.
394394

395-
### Flag restoring
395+
### Flag restoring
396396

397397
Restore changed flags.
398398

@@ -404,7 +404,7 @@ require to use a test fixture class, which sometimes is too wordy. The
404404
simpler facilities like `FLAG_GUARD` macro or `*FlagSetting` classes could
405405
be used in such cases to restore/set values.
406406

407-
Caveats:
407+
Caveats:
408408

409409
* Changing a flag’s value could break the invariants between flags' values and hence could lead to unexpected/unsupported JVM state.
410410

‎doc/testing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ apply.
138138
### JTReg
139139

140140
JTReg tests can be selected either by picking a JTReg test group, or a selection
141-
of files or directories containing JTReg tests. Documentation can be found at
141+
of files or directories containing JTReg tests. Documentation can be found at
142142
[https://openjdk.org/jtreg/](https://openjdk.org/jtreg/), note especially the
143143
extensive [FAQ](https://openjdk.org/jtreg/faq.html).
144144

@@ -607,8 +607,8 @@ Note: restart is required to make the settings take effect.
607607

608608
## Editing this document
609609

610-
If you want to contribute changes to this document, edit `doc/testing.md` and
611-
then run `make update-build-docs` to generate the same changes in
610+
If you want to contribute changes to this document, edit `doc/testing.md` and
611+
then run `make update-build-docs` to generate the same changes in
612612
`doc/testing.html`.
613613

614614
---

‎src/java.base/share/legal/public_suffix.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ at https://mozilla.org/MPL/2.0/.
1717
1818
Software distributed under the License is distributed on an "AS IS" basis,
1919
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
20-
for the specific language governing rights and limitations under the License.
20+
for the specific language governing rights and limitations under the License.
2121
```
2222

2323
### MPL v2.0
@@ -59,7 +59,7 @@ Mozilla Public License Version 2.0
5959
means any form of the work other than Source Code Form.
6060
6161
1.7. "Larger Work"
62-
means a work that combines Covered Software with other material, in
62+
means a work that combines Covered Software with other material, in
6363
a separate file or files, that is not Covered Software.
6464
6565
1.8. "License"

‎src/java.desktop/share/legal/harfbuzz.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ files names COPYING in subdirectories where applicable.
1212

1313
Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc.
1414
Copyright © 2018,2019,2020 Ebrahim Byagowi
15-
Copyright © 2019,2020 Facebook, Inc.
15+
Copyright © 2019,2020 Facebook, Inc.
1616
Copyright © 2012 Mozilla Foundation
1717
Copyright © 2011 Codethink Limited
1818
Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)

‎src/java.desktop/share/legal/jpeg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi,
1212
Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG
1313
Group.
1414
15-
IJG is not affiliated with the official ISO JPEG standards committee.
15+
IJG is not affiliated with the official ISO JPEG standards committee.
1616
1717
The authors make NO WARRANTY or representation, either express or implied,
1818
with respect to this software, its quality, accuracy, merchantability, or

‎src/java.xml/share/legal/xalan.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
This product includes software developed by
1212
The Apache Software Foundation (http://www.apache.org/).
1313

14-
Specifically, we only include the XSLTC portion of the source from the Xalan distribution.
15-
The Xalan project has two processors: an interpretive one (Xalan Interpretive) and a
14+
Specifically, we only include the XSLTC portion of the source from the Xalan distribution.
15+
The Xalan project has two processors: an interpretive one (Xalan Interpretive) and a
1616
compiled one (The XSLT Compiler (XSLTC)). We *only* use the XSLTC part of Xalan; We use
1717
the source from the packages that are part of the XSLTC sources.
1818

@@ -234,22 +234,22 @@ limitations under the License.
234234

235235
JLEX COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
236236
Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
237-
Permission to use, copy, modify, and distribute this software and
238-
its documentation for any purpose and without fee is hereby granted,
239-
provided that the above copyright notice appear in all copies and that
240-
both the copyright notice and this permission notice and warranty
241-
disclaimer appear in supporting documentation, and that the name of
242-
the authors or their employers not be used in advertising or publicity
243-
pertaining to distribution of the software without specific, written
237+
Permission to use, copy, modify, and distribute this software and
238+
its documentation for any purpose and without fee is hereby granted,
239+
provided that the above copyright notice appear in all copies and that
240+
both the copyright notice and this permission notice and warranty
241+
disclaimer appear in supporting documentation, and that the name of
242+
the authors or their employers not be used in advertising or publicity
243+
pertaining to distribution of the software without specific, written
244244
prior permission.
245-
The authors and their employers disclaim all warranties with regard to
246-
this software, including all implied warranties of merchantability and
247-
fitness. In no event shall the authors or their employers be liable for
248-
any special, indirect or consequential damages or any damages whatsoever
249-
resulting from loss of use, data or profits, whether in an action of
250-
contract, negligence or other tortious action, arising out of or in
251-
connection with the use or performance of this software.The portions of
252-
JLex output which are hard-coded into the JLex source code are (naturally)
245+
The authors and their employers disclaim all warranties with regard to
246+
this software, including all implied warranties of merchantability and
247+
fitness. In no event shall the authors or their employers be liable for
248+
any special, indirect or consequential damages or any damages whatsoever
249+
resulting from loss of use, data or profits, whether in an action of
250+
contract, negligence or other tortious action, arising out of or in
251+
connection with the use or performance of this software.The portions of
252+
JLex output which are hard-coded into the JLex source code are (naturally)
253253
covered by this same license.
254254

255255
</pre>

‎src/java.xml/share/legal/xerces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
== NOTICE file corresponding to section 4(d) of the Apache License, ==
77
== Version 2.0, in this case for the Apache Xerces Java distribution. ==
88
=========================================================================
9-
9+
1010
Apache Xerces Java
1111
Copyright 1999-2022 The Apache Software Foundation
1212

‎test/jdk/javax/accessibility/manual/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ frame will contain a name of the test in the title and detailed instructions.
7373
5. Push "Fail" button again
7474
6. Screenshot and the description are saved for further analysis
7575
7. Test UI closes
76-
76+
7777
**Wasning: Do not close any window directly, all windows will be closed once the test is finished as passed or failed.**
7878

7979
**Note: Keyboard navigation is supported throughout the test framework UI.**

0 commit comments

Comments
 (0)
Please sign in to comment.