mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-18 20:03:13 +00:00
Add support for generating (at build-time) an enum-like class containing all javac diagnostics, which allows for safe diagnostic creation. Reviewed-by: jlahoda, jjg, vromero, erikj, jfranck