Java-Runtime-Compiler icon indicating copy to clipboard operation
Java-Runtime-Compiler copied to clipboard

Support providing `DiagnosticListener` for compiling

Open Marcono1234 opened this issue 1 year ago • 0 comments

Resolves #93

Adds a new CachedCompiler#loadFromJava overload with javax.tools.DiagnosticListener parameter. The behavior of the existing loadFromJava methods remains the same.

Also adds Javadoc to some of the methods and constructors. Edit: Sorry I overlooked that there is already #140 for adding Javadoc. Feel free to merge that first and then I can try to resolve conflicts here and maybe make some small Javadoc adjustments.

Any feedback is appreciated!

Marcono1234 avatar Jul 21 '24 11:07 Marcono1234