mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
Converting uses of Log and JCDiagnostic.Factory methods to use CompilerProperties instead of plain Strings, fixing inconsistencies, adding crules analyzer to ensure CompilerProperties are used whenever possible. Reviewed-by: mcimadamore