aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/TransformEclipseAST.java
AgeCommit message (Expand)Author
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-08-21bugfix for the new ‘find the next priority’ system committed earlier; it ...Reinier Zwitserloot
2018-08-20reduced calls of traverse invocationsRoland Praml
2018-07-25Added key ‘dangerousconfig.lombok.disable’.Reinier Zwitserloot
2015-06-24[trivial] formatting.Reinier Zwitserloot
2014-09-29histogram tracker now nanoTime based; lombok itself can be histogrammed now w...Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2012-11-12[refactor] Cleaned up static imports (always use *), and refactored out getCt...Reinier Zwitserloot
2012-08-28If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ...Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2012-04-03Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-08-01Fixed issue 164. Oh yes. Party time!Reinier Zwitserloot
2011-07-18back-in-time debugging added. Of course now 164 isn't triggering anymore :/Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-05-17Added a layer of indirection between the patched calls for delegate to guard ...grootjans
2010-12-31Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...Reinier Zwitserloot
2010-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier Zwitserloot
2010-12-01@Delegate in eclipse now uses more of the standard infrastructure to inject m...Reinier Zwitserloot
2009-12-23prep for this class working better for ecj.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot