index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
eclipse
/
TransformEclipseAST.java
Age
Commit message (
Expand
)
Author
2021-04-23
Change owner lombok GitHub repository
Roel Spilker
2021-04-06
Avoid reading file from disk by reusing the parser source
Rawi01
2020-08-27
Use enum instead of Boolean; switch to synchronized map
Rawi01
2020-08-27
Handle each Eclipse ASTs not more than two times (diet + full)
Rawi01
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-08-21
bugfix for the new ‘find the next priority’ system committed earlier; it ...
Reinier Zwitserloot
2018-08-20
reduced calls of traverse invocations
Roland Praml
2018-07-25
Added key ‘dangerousconfig.lombok.disable’.
Reinier Zwitserloot
2015-06-24
[trivial] formatting.
Reinier Zwitserloot
2014-09-29
histogram tracker now nanoTime based; lombok itself can be histogrammed now w...
Reinier Zwitserloot
2013-05-30
Fixes 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-28
If 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-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-08-01
Fixed issue 164. Oh yes. Party time!
Reinier Zwitserloot
2011-07-18
back-in-time debugging added. Of course now 164 isn't triggering anymore :/
Reinier Zwitserloot
2011-06-13
Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...
Reinier Zwitserloot
2011-06-02
Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2011-05-17
Added a layer of indirection between the patched calls for delegate to guard ...
grootjans
2010-12-31
Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...
Reinier Zwitserloot
2010-12-22
After 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-23
prep for this class working better for ecj.
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot