aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/apt/Javac9BaseFileObjectWrapper.java
AgeCommit message (Collapse)Author
2020-06-23[build] rewriting the build systemReinier Zwitserloot
2018-11-05[bugfix] attempting to fix an issue with buckbuild which uses some exotic ↵Reinier Zwitserloot
trickery to compile straight from jar to jar, messing up our wrapper around javac’s javaFileObject. Bug report and suggested fix from external sources, we didn’t test it, but we only kick in this alternative if an exception occurs, so it couldn’t possibly affect anything that was already working fine. See PR #1929
2017-02-14[jdk9] Create FileObjects for jdk9Roel Spilker