serial-builder icon indicating copy to clipboard operation
serial-builder copied to clipboard

Check for compilation warnings in `SimpleSerialBuilderCodeGenTest`

Open Marcono1234 opened this issue 1 year ago • 1 comments

See https://github.com/OpenHFT/Java-Runtime-Compiler/issues/93

Additionally, because CompilerUtils.CACHED_COMPILER compiles with -g -nowarn by default, consider using CachedCompiler(File, File, List<String>) either with an empty list of javac options, or with -Xlint:all (unless that causes unrelated warnings which are not useful for the test)?

Marcono1234 avatar Jul 21 '24 12:07 Marcono1234

Could consider switching to https://github.com/ascopes/java-compiler-testing

Marcono1234 avatar Nov 28 '25 17:11 Marcono1234