InMemoryJavaCompiler
InMemoryJavaCompiler copied to clipboard
Utility class to compile java source code in memory
Calling addSource("A", "class B {}"); addSource("B", "class A {}"); compileAll(); returns a Map of "A" to the class A and "B" to the class B. This is unexpected, and means...
Hi @trung, I'm using your library to compile code that's coming from a web interface. After compilation I'm running the compiled class to evaluate the output. If a user inputs...
I had a problem with compiling code when using a java web application, as [this link shows](http://stackoverflow.com/questions/39796527/compile-dynamically-java-class-web-project). I would like to ask you to add a method where the user...
ExtendedStandardJavaFileManager fileManager = new ExtendedStandardJavaFileManager(javac.getStandardFileManager(null, null, null), compiledCode, cl); line given null pointer exception
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: d84c404975dc308ee5a418c5af8a6629c5e6c995 File updated: pom.xml Vulnerabilities reduced: 1 ->...
Hi there 👋, I'm [Safer Bot](https://gitlab.com/lsi-ufcg/vulnerabilidades/safer)! Safer is an open-source tool that automatically updates vulnerable dependencies to more secure and compatible versions. Our goal is to help maintainers keep their...