Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Added link to SpoonVennersOdersky paper about equality. | Reinier Zwitserloot | |
2010-11-18 | Merge remote branch 'origin/master' | Reinier Zwitserloot | |
2010-11-18 | Added documentation for val and @Getter(lazy=true) and updated docs for Log ↵ | Reinier Zwitserloot | |
and EqualsAndHashCode to reflect new lombok 0.10 features. | |||
2010-11-18 | Fixed reference to java6 core javadoc package list, which we accidentally ↵ | Reinier Zwitserloot | |
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84 | |||
2010-11-18 | In javac, use ListBuffer to append | Roel Spilker | |
2010-11-15 | Fixed reference to java6 core javadoc package list, which we accidentally ↵ | Reinier Zwitserloot | |
removed a long long time ago in commit e693672cd44ab0e648643f4b5c24b1c177ab6c84 | |||
2010-11-15 | Merge branch 'master' of github.com:rzwitserloot/lombok | 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 ↵ | Reinier Zwitserloot | |
explicitly in multiple supertypes got added that many times, resulting in duplicate method errors. Fixed. | |||
2010-11-15 | In javac, use ListBuffer to append | Roel Spilker | |
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 | Merge branch 'master' of github.com:rzwitserloot/lombok | Reinier Zwitserloot | |
2010-11-14 | eclipse: methods with their own type variables can now be delegated. | Reinier Zwitserloot | |
eclipse: local classes can now be delegated. eclipse: source position of delegated methods are now set properly. cleaned out a bunch of debug helpers. | |||
2010-11-14 | Added meta-annotations | Roel Spilker | |
2010-11-14 | Make @AnyAnnotation illegal to use | Roel Spilker | |
2010-11-14 | Moved patch code specific to val and delegate to their own class. | Reinier Zwitserloot | |
@Delegate in eclipse works pretty much exactly as designed at this point! | |||
2010-11-13 | Jiggered the hook point a bit for eclipse 'delegate' support and it looks ↵ | Reinier Zwitserloot | |
like this might just work. | |||
2010-11-11 | Merge branch 'master' into delegate | Reinier Zwitserloot | |
2010-11-11 | Mostly fruitless work on making delegate work in eclipse. | Reinier Zwitserloot | |
2010-11-11 | @Getter(lazy=true) now also works in Eclipse | Roel Spilker | |
2010-11-11 | Set generated on all created ASTNodes | Roel Spilker | |
2010-11-11 | Merge branch 'master' into lazyinit | Roel Spilker | |
Conflicts: src/core/lombok/javac/handlers/HandleGetter.java | |||
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker | |
2010-11-11 | trivial - removed some unused imports | Reinier Zwitserloot | |
2010-11-10 | Tests were failing due to a bug in the compare error output part of the test ↵ | Reinier Zwitserloot | |
runner. | |||
2010-11-10 | Merge branch 'fixDelombok' | Reinier Zwitserloot | |
2010-11-10 | All tests pass! - The test framework has been updated a bit to fit with the ↵ | Reinier Zwitserloot | |
new way delombok works. | |||
2010-11-10 | Delombok has been fixed to work more like a true javac run now. As a result, ↵ | Reinier Zwitserloot | |
its now compatible with resolution again (i.e. resolution based transformers are applied correctly when delomboking). | |||
2010-11-10 | Fix for javac: 'val x = null;' is now valid, and results in x being of type ↵ | Reinier Zwitserloot | |
Object. | |||
2010-11-10 | Made AnyAnnotation deprecated | Roel Spilker | |
2010-11-10 | Merge branch 'master' into annoGetSet | Roel Spilker | |
Conflicts: src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java | |||
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker | |
or the parameter of the generated getter/setter methods. | |||
2010-11-10 | 'val' now fully works on javac, even when referring to lombok-generated ↵ | Reinier Zwitserloot | |
code, by (ab)using the annotation processor's round system. This breaks delombok though. That'll have to be fixed next. | |||
2010-11-10 | deleted netbeans agent. With the new resolution features it'll never work, ↵ | Reinier Zwitserloot | |
and netbeans has supported lombok as a plain annotation processor for quite a while now. | |||
2010-11-10 | Undone something that'll never work anyway | Reinier Zwitserloot | |
2010-11-09 | Merge branch 'master' into javaChickenAndEgg | Reinier Zwitserloot | |
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 ↵ | Reinier Zwitserloot | |
fileds. Fixed. Thanks to Philipp Eichhorn for spotting this problem! | |||
2010-11-09 | EqualsAndHashCode no longer worked right when working on a class with 0 ↵ | Reinier Zwitserloot | |
fileds. Fixed. Thanks to Philipp Eichhorn for spotting this problem! | |||
2010-11-09 | Merge branch 'master' into javaChickenAndEgg | Reinier Zwitserloot | |
Conflicts: src/core/lombok/javac/handlers/HandleCleanup.java | |||
2010-11-09 | Due to an evident screwup at github.com about their https certs, downloads ↵ | Reinier Zwitserloot | |
from there no longer work. Moved the ivy target for cmdreader to a file hosted on projectlombok.org To fix it. Thanks to Stephen Haberman for spotting the problem. | |||
2010-11-09 | Merge branch 'master' into annoGetSet | Reinier Zwitserloot | |
2010-11-09 | Experiment to try and make java 'self referential' by deleting the Enter and ↵ | Reinier Zwitserloot | |
MemberEnter state. So far it doesn't work yet. | |||
2010-11-09 | Delegate annotation | Reinier Zwitserloot | |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker | |
warnings about variables that cannot be null | |||
2010-11-09 | 'val' didn't work on ecj/eclipse when referring to types in the default ↵ | Reinier Zwitserloot | |
package. fixed. | |||
2010-11-08 | reverted the deletion of SneakyThrowsDependencyInfo. It's still a runtime ↵ | Reinier Zwitserloot | |
dependency for delombok users. | |||
2010-11-08 | Ran into a one-off, non-repeatable problem involving arguments not binding ↵ | Reinier Zwitserloot | |
correctly. Just in case its our fault, added some extra code to not even attempt any 'val' shenanigans in method arguments (which are LocalDeclaration subclasses). | |||
2010-11-08 | Updated to lombok.patcher, which basically only means that the "PATCHING: ↵ | Reinier Zwitserloot | |
..." prints to system.out are gone. | |||
2010-11-08 | 'val' now also works in foreach loops, on both javac and ecj / eclipse. | Reinier Zwitserloot | |