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
/
EclipseAST.java
Age
Commit message (
Expand
)
Author
2013-12-15
[configuration] Added the .getAbsoluteFileLocation() method to AST;
Roel Spilker
2013-12-15
work in progress on ProjectSearcher.
Reinier Zwitserloot
2013-07-16
Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com...
Reinier Zwitserloot
2013-05-30
Fixes for issue 470: VerifyErrors when using @SneakyThrows.
Reinier Zwitserloot
2013-05-23
Added methods to obtain JLS support-level version information from AST/Lombok...
Reinier Zwitserloot
2013-03-26
Massive performance improvements, and a few potentially breaking changes for ...
Roel Spilker
2012-06-18
Fixed Help Content in Eclipse / ecj support.
Robbert Jan Grootjans
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-06-13
Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...
Reinier Zwitserloot
2011-05-30
The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ...
peichhorn
2010-12-31
Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...
Reinier Zwitserloot
2010-07-22
toString(), equals(), and hashCode() now use getX() instead of x if either it...
Reinier Zwitserloot
2010-07-22
Updated copyright statements and version release name.
Reinier Zwitserloot
2010-07-20
import lombok.*; wasn't working in eclipse. It is now.
Reinier Zwitserloot
2009-11-29
Fixed premature removal of imports
Roel Spilker
2009-11-27
Added change tracking so that 1 AST instance can tell you if any processor ch...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot