aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-21Added ability to create new instances of AnnotationValues with all default ↵Reinier Zwitserloot
values
2012-03-21Documentation for new @Accessors feature as well as the API (the annotation ↵Reinier Zwitserloot
in experimental package).
2012-03-19Added documentation (and a minor tidbit of support) for android.Reinier Zwitserloot
2012-03-05Merge branch 'master' of github.com:rzwitserloot/lombokRobbert Jan Grootjans
Conflicts: doc/changelog.markdown
2012-03-05PrettyCommentsPrinter now prints default clause of annotation methods. Fixes ↵Robbert Jan Grootjans
Issue #350
2012-03-05Updated changelogRoel Spilker
2012-03-05Issue 349: Test failed in some environmentsRoel Spilker
2012-03-05Merge branch 'issue349-test-failed' of https://github.com/buzztaiki/lombok ↵Roel Spilker
into buzztaiki-issue349-test-failed
2012-03-05Issue 348: @Delegate should also generate @Deprecated when the interface ↵Roel Spilker
methods javadoc contains@deprecated
2012-02-27Update changelogSander Koning
2012-02-27Consistent use of JavacResolution.typeToJCTree instead of TreeMaker.Types - ↵Sander Koning
fixes issue 341 where use of @Delegate with T-extends type parameters would prepend a dot to the fully qualified classname.
2012-02-27Update credits page to reflect AUTHORSSander Koning
2012-02-27Alphabetize AUTHORSSander Koning
2012-02-27Fix note on @Getter wrt hasX fields: prefix is actually generated ↵Sander Koning
(conforming to beanspec)
2012-02-25Use english locale on test via delombok for using english message catalog.Taiki Sugawara
2012-02-25Handle deprecated by ordinary usage.Taiki Sugawara
2012-02-25Add my name to AUTHORSTaiki Sugawara
2012-02-24Add deprecated comment support for eclipse.Taiki Sugawara
2012-02-24Remove spaces in after files.Taiki Sugawara
2012-02-23Make the unittests for ecj work on windowsRoel Spilker
2012-02-22support delegate with deprecated comment.Taiki Sugawara
2012-02-15Couple more tests for valReinier Zwitserloot
2012-02-15Updated changelog with the recent changes.Reinier Zwitserloot
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-02-14ecj tests and eclipse tests are now effectively doing the same thing, except ↵Reinier Zwitserloot
the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed.
2012-02-14More test files, test files updated to be valid java, and ecj test now goes ↵Reinier Zwitserloot
through the complete compile process. This means val and @Delegate testing is now enabled. TODO: Update -eclipse tests.
2012-02-14Update to error messages of @Log annotations.Reinier Zwitserloot
2012-02-14Bumped copyright years on recently (in 2012) changed sources.Reinier Zwitserloot
2012-02-14No more autobox/type coercion issues with @Getter(lazy=true) and primitive ↵Reinier Zwitserloot
types. (Issue #345).
2012-02-14'val' now works for member types whose outers have generics. (issue #343)Reinier Zwitserloot
2012-02-13Smart ATHROW reducer removed because that can at least in theory go wrong, ↵Reinier Zwitserloot
and saving one byte isn't relevant, as far as I know. This is simpler, too :)
2012-02-11whitespace onlyReinier Zwitserloot
2012-01-31Updated copyright notice in command line tool help, made debug tool=true ↵Reinier Zwitserloot
subapps not show up in the list of available commands.
2012-01-31Merge branch 'master' into constantpoolReinier Zwitserloot
2012-01-31Fix for publish target in build file.Reinier Zwitserloot
2012-01-30Added a tool to display the constant pool for a list of class filesRoel Spilker
2012-01-30Made LombokApp an abstract class and added isDebugTool.Roel Spilker
2012-01-30Merge branch 'master' of github.com:rzwitserloot/lombokRoel Spilker
2012-01-24Updated changelogRoel Spilker
2012-01-24Added test for @Getter(AccessLevel.NONE)Roel Spilker
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter ↵Roel Spilker
will use the getter for delegation
2012-01-23Added null-check to prevent errors in eclipse when working on incomplete filesRoel Spilker
2012-01-23Give the LombokizedEclipse a bit more permgen spaceRoel Spilker
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2012-01-23further fixes to the build script. I think it's good now....Reinier Zwitserloot
2012-01-23Okay, now the build should be truly fixed again... at least, if you're ↵Reinier Zwitserloot
running on a 1.6 VM. The test run now has more fine-grained dependency control, in preparation for running tests against multiple different platform versions (javac1.6, old eclipse, new eclipse, etc)
2012-01-23Test script fixesRoel Spilker
2012-01-23Post-release version bump to 0.10.9Roel Spilker
2012-01-19prerelease bump to 0.10.8Reinier Zwitserloot
2012-01-19Updated changelog to reflect issue 325 fixes.Reinier Zwitserloot