You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,12 +348,3 @@ object. This is already defined for you. All you need to provide in your compile
348
348
- A [Jsr199CompilerFactory](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getCompilerFactory()) to provide JavaCompiler objects.
349
349
- A [default release](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getDefaultRelease()) that defines the default language version to use unless overridden.
350
350
- A [JctFlagBuilderFactory](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getFlagBuilderFactory()) to translate the compiler configuration to command-line arguments.
351
-
352
-
### ECJ (Eclipse Java Compiler)
353
-
354
-
While ECJ supports the same interfaces as Javac that are used to call the compiler from this library, [eclipse-jdt/eclipse.jdt.core#1153](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1153) means we will not get functional Java 11 support going forwards.
355
-
356
-
A number of issues were found while developing [ascopes/java-compiler-testing#163](https://github.com/ascopes/java-compiler-testing/issues/163) with ECJ which prevents many features such as JPMS support from working correctly
0 commit comments