Marcono1234 / serial-builder

Library for manually creating Java serialization data.
MIT License
28 stars 1 forks source link

Check for compilation warnings in `SimpleSerialBuilderCodeGenTest` #4

Open Marcono1234 opened 1 month ago

Marcono1234 commented 1 month ago

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)?