aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac
AgeCommit message (Expand)Author
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-10-10Added missing copyright header and bumped version number to xHEAD.Reinier Zwitserloot
2011-10-07Accept JCCatch as 'statement' (issue #281)Sander Koning
2011-09-20toString() of various delegates to interop with javac (FileObjectWrapper and ...Michail Plushnikov
2011-08-16Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2011-08-16This fixes 'val' not working in javac7. The LogDisabler used to simply suppre...Reinier Zwitserloot
2011-08-16Renamed Javac.getCTCint to getCtcIntRoel Spilker
2011-08-15Merge branch 'delombok_java7'Reinier Zwitserloot
2011-08-15fixed a warning during the ant compile processReinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-08-10Made delomboks processor 'work' on java6 and java7 without any warningspeichhorn
2011-08-08Made the annotation processor 'work' on java6 and java7 without any warningsRoel Spilker
2011-07-30fixed Issue 243:peichhorn
2011-07-30fixed Issue 244:peichhorn
2011-07-24Fixes issue 176 more thoroughly; even if both javac6 and javac7 are on the cl...Reinier Zwitserloot
2011-07-18Changes to the lombok annotations processor, forcing the java processing envi...Jan Lahoda
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-05-30Whoops, we broke @Delegate with the last update. Now the CAS check on handled...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-05-30HandleDelegate did not remove the annotation @Delegate from javac's AST, so H...peichhorn
2011-05-16Fixes issue 205: NullPointerException in javac's Check$Validator with valPhilipp Eichhorn
2011-05-13Updated copyright on javac HandleDelegateReinier Zwitserloot
2011-05-13@Delegate in javac on the new types/excludes model without autoexclusion now ...Reinier Zwitserloot
2011-03-18Rewritten @Cleanup's new null analysis prevention to not useReinier Zwitserloot
2011-02-14Added annotation for handleconstructor: issue 172grootjans
2011-02-07Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...Reinier Zwitserloot
2011-01-31Changed internal call for resolution to method support in javac7grootjans
2011-01-24NPE fixReinier Zwitserloot
2011-01-24In javac, @XArgsConstructor on enums was not forcing the generated constructo...Philipp Eichhorn
2011-01-10In javac7 the BaseFileObject and JavacFileManager have been moved fromRoel Spilker
2010-12-31Using annotation processors with lombok sometimes results in a 'Not Supported...Reinier Zwitserloot
2010-12-31Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil...Reinier Zwitserloot
2010-12-31calls to canEqual and equals are now fored to go to the version that has 1 Ob...Reinier Zwitserloot
2010-12-28@ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum...Reinier Zwitserloot
2010-12-24Added detection of type var naming conflicts to eclipse's @Delegate support.Reinier Zwitserloot
2010-12-22val x = foo; is now desugared into "@val type x = foo;" (the @val is added), ...Reinier Zwitserloot
2010-12-18Moved all the Compile time constants from the Javac handlers and supporting c...grootjans
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the compilat...Roel Spilker
2010-11-29some more work on why delombok isn't tracking changes due to val alone.Reinier Zwitserloot
2010-11-29'val' now only works if its a reference to lombok.val on javac.Reinier Zwitserloot
2010-11-29The somewhat rare conflict in typevar names problem has now been solved in ja...Reinier Zwitserloot
2010-11-28bugfixes for typeToJCTree. HandleDelegate (javac) is working better.Reinier Zwitserloot
2010-11-26Fixed @PrintAST, which wouldn't do anything at all in javac mode since resolu...Reinier Zwitserloot
2010-11-25Documented @Delegate with javadoc.Reinier Zwitserloot
2010-11-25@Delegate, at least without value=, seems to work great in javac now!Reinier Zwitserloot
2010-11-22- Renamed the diverse @Log annotations to give them distinct namesRoel Spilker
2010-11-22Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...Reinier Zwitserloot
2010-11-18Fixed @AllArgsConstructor screwing up with final fields that have been initia...Reinier Zwitserloot