aboutsummaryrefslogtreecommitdiff
path: root/src/utils/lombok/javac/JavacTreeMaker.java
AgeCommit message (Expand)Author
2019-04-24[trivial] adding a comment to give context to the fix for delombok being over...Reinier Zwitserloot
2019-04-24[jdk11] delombok was printing most variable declarations that are generated b...Reinier Zwitserloot
2018-11-06[fixes #1888] [jdk12] lombok can deal with the changes to case/break nodes in...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2017-11-29bugfix for delomboking source that does not compile; it should just emit comp...Reinier Zwitserloot
2013-07-28Some work on actually making lombok work on JDK8's javac.Reinier Zwitserloot
2013-07-28more progress. This one is less JDK8 compatible, butReinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot