Age | Commit message (Expand) | Author |
2016-06-29 | Potential solution for issue #913 | Roel Spilker |
2016-06-28 | trivial | Roel Spilker |
2016-06-28 | [i913] Prevent NPE in PatchDelegate when binding.scope is null | Roel Spilker |
2014-06-05 | Finished refactor of FieldAugment; there's no longer a separate variant for b... | Roel Spilker |
2014-05-21 | Added an error if @Delegate is used recursively. | Reinier Zwitserloot |
2014-03-17 | [#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us... | Roel Spilker |
2012-10-23 | Fix for NPEs in the eclipse log for | Reinier Zwitserloot |
2012-04-23 | Replaced the 'try some reflection and if that fails, oh well' code with catch... | Reinier Zwitserloot |
2012-03-19 | Fix for issue 342: @Deprecated annotation not propagated to generated getter... | Roel Spilker |
2012-02-25 | Handle deprecated by ordinary usage. | Taiki Sugawara |
2012-02-24 | Add deprecated comment support for eclipse. | Taiki Sugawara |
2012-01-24 | Fix for issue 328: @Delegate on a field for which we also generate a getter w... | Roel Spilker |
2012-01-23 | Added null-check to prevent errors in eclipse when working on incomplete files | Roel Spilker |
2012-01-19 | @Delegate is no longer legal on static entities (previously no immediate erro... | Reinier Zwitserloot |
2012-01-19 | [Issue 275] Allow @Delegate on no-argument methods | peichhorn |
2011-12-19 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2011-12-19 | Now the type resolver also finds top-level types in a compilation unit that n... | Reinier Zwitserloot |
2011-12-08 | Fix for issue 308: Allows organize imports works with @Delegate Also fixes er... | jvanderhel |
2011-11-07 | Changed copyright notices | Roel Spilker |
2011-10-24 | pretty big refactor; introduced a new source package which should be (and is)... | Reinier Zwitserloot |
2011-09-20 | preparing for an edge release, and updated changelog. | Reinier Zwitserloot |
2011-09-20 | Fix for issue #264: use of @Delegate would cause memory leaks in eclipse. | Reinier Zwitserloot |
2011-06-13 | Fixed PrintAST, and separately SneakyThrows/Synchronized which failed because... | Reinier Zwitserloot |
2011-05-30 | Removed the ability of lombok to run as ecj annotation processor, because | Reinier Zwitserloot |
2011-05-17 | Added a layer of indirection between the patched calls for delegate to guard ... | grootjans |
2011-05-16 | Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch... | Reinier Zwitserloot |
2011-05-03 | Changed how @Delegate works in ecj - methods already present do NOT | Reinier Zwitserloot |
2011-03-28 | Now delegating classes defined in the same project works. | Reinier Zwitserloot |
2011-02-07 | Removed a debug print. | Reinier Zwitserloot |
2010-12-31 | Resolve-phase transformers in eclipse need to force a rebuild of the EclipseA... | Reinier Zwitserloot |
2010-12-28 | Using @Delegate to add a varargs method now works in eclipse (the varargs nat... | Reinier Zwitserloot |
2010-12-24 | Added detection of type var naming conflicts to eclipse's @Delegate support. | Reinier Zwitserloot |
2010-12-22 | @Delegate in eclipse works when delegating parameterized types now, and will ... | Reinier Zwitserloot |
2010-12-01 | Parameter names are now 'arg0', 'arg1', etc, unless the delegated type is sou... | Reinier Zwitserloot |
2010-12-01 | @Deprecated is now copied across for eclipse's @Delegate | Reinier Zwitserloot |
2010-12-01 | @Delegate in eclipse now uses more of the standard infrastructure to inject m... | Reinier Zwitserloot |
2010-11-28 | bugfixes for typeToJCTree. HandleDelegate (javac) is working better. | Reinier Zwitserloot |
2010-11-25 | @Delegate, at least without value=, seems to work great in javac now! | Reinier Zwitserloot |
2010-11-15 | Added copyright notices to PatchVal and PatchDelegate [trivial] | Reinier Zwitserloot |
2010-11-15 | eclipse @Delegate: Whoops; earlier fixes meant methods that existed explicitl... | Reinier Zwitserloot |
2010-11-14 | eclipse: @Delegate now no longer generates methods that you already wrote. | Reinier Zwitserloot |
2010-11-14 | Removed the brainfart where final methods aren't delegated. | Reinier Zwitserloot |
2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot |
2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot |