RFR: 7903093: Detect invalid class names in CleanAction

Christian Stein cstein at openjdk.java.net
Thu Feb 10 08:01:45 UTC 2022


Check the validity of all given class names by delegating the check to the `javax.lang.model.SourceVersion#isName` method.

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

Commit messages:
 - 7903093: Detect invalid class names in CleanAction

Changes: https://git.openjdk.java.net/jtreg/pull/53/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jtreg&pr=53&range=00
  Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7903093
  Stats: 4 lines in 1 file changed: 2 ins; 1 del; 1 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