RFR: JDK-8303912 - Clean up JavadocTokenizer
Jim Laskey
jlaskey at openjdk.org
Thu Mar 9 17:52:26 UTC 2023
Previous work had cleaned up the JavacTokenizer, but left JavadocTokenizer alone, mostly due to its perplexing state. This is follow up work to simplify the JavadocTokenizer.
-------------
Commit messages:
- Clean up JavadocTokenizer
Changes: https://git.openjdk.org/jdk/pull/12953/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12953&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8303912
Stats: 378 lines in 3 files changed: 132 ins; 151 del; 95 mod
Patch: https://git.openjdk.org/jdk/pull/12953.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12953/head:pull/12953
PR: https://git.openjdk.org/jdk/pull/12953
More information about the compiler-dev
mailing list