aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac
AgeCommit message (Expand)Author
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter w...Roel Spilker
2012-01-19[Issue 275] Allow @Delegate on no-argument methodspeichhorn
2012-01-09trivial refactorReinier Zwitserloot
2011-12-19Merge branch 'typeLibrary'Reinier Zwitserloot
2011-12-15Generated nodes are now cached using a fully-weak Map.Robbert Jan Grootjans
2011-12-13Refactored the type resolver, and made the 'find locally named classes that s...Reinier Zwitserloot
2011-11-21Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...Reinier Zwitserloot
2011-11-20Fix for issue 299: labels would break 'val' in javac.Reinier Zwitserloot
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...peichhorn
2011-11-07Changed copyright noticesRoel Spilker
2011-10-25Fixed issue 289: non-static inner classes whose outer class has generics can'...Reinier Zwitserloot
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