aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/EclipseAST.java
AgeCommit message (Expand)Author
2015-05-02Change http://projectlombok.org to https://projectlombok.orgRoel Spilker
2014-09-02added memoization to config lookup in eclipse. This should help make it (much...Reinier Zwitserloot
2014-08-16Some 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-10remarked out the work in progress on resolving file paths in eclipse; this ca...Reinier Zwitserloot
2014-06-06more 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-15work in progress on ProjectSearcher.Reinier Zwitserloot
2013-07-16Renamed ImmutableList to LombokImmutableList, to reduce our ImmutableList com...Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-05-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2012-06-18Fixed Help Content in Eclipse / ecj support.Robbert Jan Grootjans
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-05-30The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ...peichhorn
2010-12-31Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...Reinier Zwitserloot
2010-07-22toString(), equals(), and hashCode() now use getX() instead of x if either it...Reinier Zwitserloot
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-20import lombok.*; wasn't working in eclipse. It is now.Reinier Zwitserloot
2009-11-29Fixed premature removal of importsRoel Spilker
2009-11-27Added change tracking so that 1 AST instance can tell you if any processor ch...Roel Spilker
2009-11-25Refactored the source folders.Reinier Zwitserloot