aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent
AgeCommit message (Expand)Author
2012-01-03Extract interface now works when @Data is present.Jappe van der Hel
2012-01-02trivialReinier Zwitserloot
2012-01-02Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2012-01-02Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj (ClassNotFo...Reinier Zwitserloot
2011-12-20Fix for Issue 265, Sort members now works when class has @Data and @Log annot...Jappe van der Hel
2011-12-19Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2011-12-19Now the type resolver also finds top-level types in a compilation unit that n...Reinier Zwitserloot
2011-12-13Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate...jvanderhel
2011-12-08Fix for issue 308: Allows organize imports works with @Delegate Also fixes er...jvanderhel
2011-11-28Merge branch 'Highlighting' of https://github.com/jvanderhel/lombok into jvan...Reinier Zwitserloot
2011-11-28Merge branch 'Issue_81' of https://github.com/jvanderhel/lombok into jvanderh...Reinier Zwitserloot
2011-11-251) Fixed sourceEnds while determining which nodes should be copiedjvanderhel
2011-11-24Syntax and occurrence highlighting now skip generated positionsjvanderhel
2011-11-24Fix for issue 51. We now ignore unchanged generated nodes, so their position ...jvanderhel
2011-11-24Some more save actions fixedjvanderhel
2011-11-20Additional fix for issue 300: Using 'lombok.val' written out in full would ca...Reinier Zwitserloot
2011-11-20Fixed issue 300: 'lombok.val' (vs. just val and an import statement) didn't f...Reinier Zwitserloot
2011-11-15Merge branch 'Issue_263' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-15Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-13disabling lombok for all postsavelisteners proved to cause some postsave acti...jvanderhel
2011-11-12patched retrieveRightBraceOrSemiColonPosition && retrieveRightBrace so method...jvanderhel
2011-11-11Lombok generated members are now handled better in a ListRewrite (like genera...jvanderhel
2011-11-11MethodDeclarations and their SimpleName(s) are now marked as generated when u...jvanderhel
2011-11-10Lombok disabled during ast creation in DefaultCodeFormatter & CleanUpPostSave...jvanderhel
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-09-20preparing for an edge release, and updated changelog.Reinier Zwitserloot
2011-09-20Fix for issue #264: use of @Delegate would cause memory leaks in eclipse.Reinier Zwitserloot
2011-09-20Slightly improved error reporting if the PatchValEclipsePortal fails to work.Reinier Zwitserloot
2011-08-16Improve Extract method refactoring: you can extract method for code that also...Roel Spilker
2011-08-16Removed some leftovers from #164 debugging sessionsRoel Spilker
2011-08-01Fixed issue 164. Oh yes. Party time!Reinier Zwitserloot
2011-07-24Merge branch 'i164diag'Reinier Zwitserloot
2011-07-18Fixes issue 232, now we also patch dom.SingleVariableDecls. Fixes val import ...grootjans
2011-07-18back-in-time debugging added. Of course now 164 isn't triggering anymore :/Reinier Zwitserloot
2011-06-13Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because...Reinier Zwitserloot
2011-06-06-javaagent:lombok.jar=ECJ should now work to enable lombok in any ecj-based t...Reinier Zwitserloot
2011-05-30Removed the ability of lombok to run as ecj annotation processor, becauseReinier Zwitserloot
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-03Changed how @Delegate works in ecj - methods already present do NOTReinier Zwitserloot
2011-03-28Now delegating classes defined in the same project works.Reinier Zwitserloot
2011-02-07Removed a debug print.Reinier Zwitserloot
2011-01-02Should fix issue #175, where annotations mysteriously appear to be copied to ...Reinier Zwitserloot
2010-12-31Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA...Reinier Zwitserloot
2010-12-28Using @Delegate to add a varargs method now works in eclipse (the varargs nat...Reinier Zwitserloot
2010-12-24Added detection of type var naming conflicts to eclipse's @Delegate support.Reinier Zwitserloot
2010-12-22After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...Reinier Zwitserloot
2010-12-22@Delegate in eclipse works when delegating parameterized types now, and will ...Reinier Zwitserloot