trung / InMemoryJavaCompiler

Utility class to compile java source code in memory
Apache License 2.0
267 stars 85 forks source link

Added support for compiler options/ignore compiler warnings #13

Closed turpid-monkey closed 6 years ago

turpid-monkey commented 6 years ago

Hi trung,

thx for including my pull req and maintaining InMemoryJavaCompiler. When porting my code to the new version i had some fails compiling some generated code due to compiler warnings, so I added support for compiler options and for ignoring compiler warnings.

Best regards,

turpid-monkey

trung commented 6 years ago

Thanks, I merged with some minor refactoring