RFR: 7903093: Detect invalid class names in CleanAction [v4]
Christian Stein
cstein at openjdk.java.net
Thu Feb 10 09:02:58 UTC 2022
> Check the validity of all given class names by delegating the check to the `javax.lang.model.SourceVersion#isName` method.
Christian Stein has updated the pull request incrementally with one additional commit since the last revision:
Adopt quick-test to new clean action input checks
-------------
Changes:
- all: https://git.openjdk.java.net/jtreg/pull/53/files
- new: https://git.openjdk.java.net/jtreg/pull/53/files/6bdd553c..640af0e8
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jtreg&pr=53&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jtreg&pr=53&range=02-03
Stats: 12 lines in 3 files changed: 10 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jtreg/pull/53.diff
Fetch: git fetch https://git.openjdk.java.net/jtreg pull/53/head:pull/53
PR: https://git.openjdk.java.net/jtreg/pull/53
More information about the jtreg-dev
mailing list