aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-18Changes to the lombok annotations processor, forcing the java processing envi...Jan Lahoda
2011-07-18Fixes issue 232, now we also patch dom.SingleVariableDecls. Fixes val import ...grootjans
2011-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-07-14fixed Issue 233:peichhorn
2011-06-20whoops, a very minor nit in synchronized which also caused a test to fail fixed.Reinier Zwitserloot
2011-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2011-06-20Version bump to 0.10.0RC1Reinier Zwitserloot
2011-06-20fixed @Synchronized.Reinier Zwitserloot
2011-06-20Added ability for annotation handlers to be invoked in the diet parse phase e...Reinier Zwitserloot
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-20SpiLoadUtil's findAnnotationClass didn't work with extends Foo<T>, only with ...Reinier Zwitserloot
2011-06-20as lombok never runs as AP anymore in ecj, the 'show some more info for bug 1...Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-06-07Decided to improve the windows regexp detector from 'windows' to win|win32|wi...Reinier Zwitserloot
2011-06-07Detector regexp for windows had a pointless grouping in it.Reinier Zwitserloot
2011-06-07Updated to ASM 4.0RC1 so that we can deal with java7,Reinier Zwitserloot
2011-06-06Issue 188: add class file pool constants for methodhandles and invokedynamic ...Roel Spilker
2011-06-06-javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-06-02Trivial fixes.Reinier Zwitserloot
2011-05-30Whoops, ecj was broken due to half work on a previous commit to take ecj anno...Reinier Zwitserloot
2011-05-30The EclipseAST was incomplete when it came to ConstructorCalls. This lead to ...peichhorn
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-30Removed the ability of lombok to run as ecj annotation processor, becauseReinier Zwitserloot
2011-05-28delombok would put copyright headers in between the 'package' keyword and the...Philipp Eichhorn
2011-05-17Added a layer of indirection between the patched calls for delegate to guard ...grootjans
2011-05-16Whoops - previous commit has a grievous error in it. My bad. Fixed now.Reinier Zwitserloot
2011-05-16Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...Reinier Zwitserloot
2011-05-16EclipseLocationProvider now checks the current directory if it matches the ec...grootjans
2011-05-16Fixes issue 205: NullPointerException in javac's Check$Validator with valPhilipp Eichhorn
2011-05-16Generalized fix for Issue #210, now the installer looks recursively for all p...grootjans
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-05-09Recurse directories while eclipse or sts is part of the directory name. Solve...Roel Spilker
2011-05-03Changed how @Delegate works in ecj - methods already present do NOTReinier Zwitserloot
2011-05-03Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2011-05-03Eclipse 3.7 updated some internal AST classes, causing:Roel Spilker
2011-04-01Now logging a warning with diagnostic info so that the next timeReinier Zwitserloot
2011-04-01Added ability to log warnings in eclipse error log.Reinier Zwitserloot
2011-03-28Now delegating classes defined in the same project works.Reinier Zwitserloot
2011-03-18Rewritten @Cleanup's new null analysis prevention to not useReinier Zwitserloot
2011-02-21Issue 194: Javac gives and error when lombok.jar is on the classpathRoel Spilker
2011-02-15Delomboking multiple files still wasn't working right and would result in an ...Reinier Zwitserloot
2011-02-15Should be a fix for issue #177: NoClassDefFoundErrors for JavacProcessingEnvi...Roel Spilker
2011-02-14Added annotation for handleconstructor: issue 172grootjans
2011-02-07Removed a debug print.Reinier Zwitserloot
2011-02-07Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...Reinier Zwitserloot
2011-01-31Calling setCharset with null will use the system default charset (issue 181)Roel Spilker