aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/JavacAST.java
AgeCommit message (Expand)Author
2020-12-05Fixing reading files in sbt 1.4+ subprojectsMatthias Kurz
2020-11-13[#2645] Fixing the reading of lombok.config on sbt 1.4+Reinier Zwitserloot
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-06-25Cache absolute file locationRawi01
2020-06-25Replace getSimpleName() with getName()Rawi01
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-07-25Added key ‘dangerousconfig.lombok.disable’.Reinier Zwitserloot
2018-04-17[Fixes #1656] Lombok would silently do the wrong thing when using references ...Reinier Zwitserloot
2018-03-31fix #1632: JavacAST: use new Log method for jdk11Takuya Murakami
2018-02-07Parsing for source level broken under JDK9 due to change in 1.X->X versioning...Reinier Zwitserloot
2017-12-05errors generated during compilation by lombok weren’t being conveyed in Jav...Reinier Zwitserloot
2017-11-28JDK9 support for delombok (and thus, for running the tests under JDK9).Reinier Zwitserloot
2017-03-22[jdk9] Fix bug regarding multipleError fieldRoel Spilker
2017-01-19refactor of how creating void types works, also cleaned up some syntax.Reinier Zwitserloot
2017-01-19Lombok will now also fix the typemirror info when generating bean-related met...Reinier Zwitserloot
2016-10-17CleanupRoel Spilker
2016-10-17added supporting for @val variables inside lambdas.Bulgakov Alexander
2015-12-06[issue #942] let `@Data` work on jdk9, first steps.Roel Spilker
2014-01-18[configuration] Reduced the range around which all already flagged errors/war...Reinier Zwitserloot
2013-12-15[configuration] Added the .getAbsoluteFileLocation() method to AST;Roel Spilker
2013-09-25[jdk8support] there was a bunch of duplicate code in both JavacAST and JavacR...Roel Spilker
2013-09-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
2013-09-09added a todo comment onlyRoel Spilker
2013-07-28Some work on actually making lombok work on JDK8's javac.Reinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-07-23A source file with just @Getter in it now compiles in javac8, but there is st...Reinier Zwitserloot
2013-06-13Added some very limited reporting when OutOfMemorErrors occur duringReinier Zwitserloot
2013-05-24Fixed more issues related to java7's try-with-resources,Reinier Zwitserloot
2013-05-23Added methods to obtain JLS support-level version information from AST/Lombok...Reinier Zwitserloot
2013-05-23Added a method to obtain latest java language spec supported by hostReinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2013-02-11BIG commit:Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-07Accept JCCatch as 'statement' (issue #281)Sander Koning
2010-11-22Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...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-17Bugfix: Annotations on types were being ignored if the type had no members in...Reinier Zwitserloot
2009-12-17Fix to javac handler; it now properly detects single package names, such as "...Petr Jiricka
2009-11-30All basic elements of netbeans support are here except the actual agent part.Reinier Zwitserloot
2009-11-29Fixed premature removal of importsRoel Spilker
2009-11-27This is a patch submitted by lahoda on the issue tracker (issue #61). It appa...Reinier Zwitserloot
2009-11-27Added change tracking so that 1 AST instance can tell you if any processor ch...Roel Spilker
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot