trung / InMemoryJavaCompiler

Utility class to compile java source code in memory
Apache License 2.0
266 stars 81 forks source link

Allow for diagnostics when compiling #5

Closed rfrowe closed 7 years ago

rfrowe commented 8 years ago

I added the ability to get the compiler diagnostics when compiling in memory. To do this, it was necessary to make compile an instance method. Other misc. efficiency changes.

trung commented 7 years ago

I merged and did some minor refactoring.

Thanks for the contribution