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
2015-05-02
Change http://projectlombok.org to https://projectlombok.org
Roel Spilker
2014-09-02
added memoization to config lookup in eclipse. This should help make it (much...
Reinier Zwitserloot
2014-08-16
Some workaround fix-esque work to prevent serious slowdown issues when refact...
Reinier Zwitserloot
2014-06-24
[issue 699] fileName (for finding absolute path of a source file) are sometim...
Roel Spilker
2014-06-10
remarked out the work in progress on resolving file paths in eclipse; this ca...
Reinier Zwitserloot
2014-06-06
more work on lombok.config resolution issues. Mostly turning outright showsto...
Roel Spilker
2014-06-04
[wip][#682][#683] Research on alternate ways to find the content of lombok.co...
Roel Spilker
2014-05-30
#682: bugfix work in progress to fix IllegalArgumentException ‘Path must in...
Reinier Zwitserloot
2014-01-18
[configuration] The 'getAbsoluteFileLocation()' addition to EclipseAST did no...
Reinier Zwitserloot
2014-01-18
[configuration] [snippet] Removed the 'getProject' method; this doesn't even ...
Reinier Zwitserloot
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