aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-24Keeping pace with changes to lombok.patcher.Reinier Zwitserloot
2010-02-10mavenrepo example now adds scope=provided to reflect that lombok is only a ↵Reinier Zwitserloot
build-time and not a run-time dependency.
2010-02-10cmdreader no longer needs @ParameterizedReinier Zwitserloot
2010-01-11Added fix for tools.jar finding to the changelogReinier Zwitserloot
2010-01-11Made DelombokApp's error message if tools.jar is in fact missing more ↵Reinier Zwitserloot
useful; the advice it gives will now actually work.
2010-01-11Made discovery of tools.jar slightly more robust and got rid of the double ↵Reinier Zwitserloot
error you'd get if it cant be found.
2010-01-08NonNull state really ought to be documented, so now it is.Reinier Zwitserloot
2010-01-08Added link to Michael Kimberlin's article to slideshow page.Reinier Zwitserloot
2010-01-07Changes 'div class=para' to the simpler and semantically correct 'p'.Reinier Zwitserloot
2010-01-07Adding changelog entry for fixing of issue 96Reinier Zwitserloot
2010-01-07Now also testing value= as well as arrays in annotation params.Reinier Zwitserloot
2010-01-07Added test to ensure interfaces print correctly (test case because 'public' ↵Reinier Zwitserloot
and 'abstract' are implied).
2010-01-07Fixing javac's PrettyPrinter's screwup on enum members with bodies or ↵Reinier Zwitserloot
parameters. Note that JDK7 fixed this themselves though they kept the silly comments.
2010-01-07Failing tests now do a full print of the actual and expected delombok output.Reinier Zwitserloot
2010-01-07Javac's printer screws up on complex enums. Added tests for this case.Reinier Zwitserloot
2009-12-30Fix for the installer crashing with NPE on line 589.Reinier Zwitserloot
2009-12-30changelog for fixing issue 72.Reinier Zwitserloot
2009-12-30Sanity check on running patch scripts for eclipse - if its already been done ↵Reinier Zwitserloot
we do not run them again.
2009-12-30Added copyright notices.Reinier Zwitserloot
2009-12-30Command line compiling with ecj at source 1.6 now works!Reinier Zwitserloot
2009-12-30Merge branch 'master' into ecjReinier Zwitserloot
2009-12-29EclipsePatcher now only patches needed stuff when in ECJ mode.Reinier Zwitserloot
2009-12-29Fix for issue #93: Naming your class GetFoo prevents lombok from making a ↵Reinier Zwitserloot
getFoo method in eclipse.
2009-12-26Added test suite for issue #93 - apparently this problem (naming your class ↵Reinier Zwitserloot
GetFoo prevents lombok from making a getFoo method) only occurs on eclipse, as the test passes.
2009-12-23work in progress on ecj support.Reinier Zwitserloot
2009-12-23ecj prep: lombok.jar is now also a dynamic agent, and the main annotation ↵Reinier Zwitserloot
processor is now the core processor that farms out the work to context-specific implementations.
2009-12-23prep for this class working better for ecj.Reinier Zwitserloot
2009-12-23HandlerLibrary now uses the proper context.Reinier Zwitserloot
2009-12-23generalized the annotation processor that lombok.jar represents into a main ↵Reinier Zwitserloot
class that farms out the work to a specific implementation depending on environment; previously lombok.jar's annotation processor was javac specific.
2009-12-23Abstracted out stuff that only works in a full eclipse and not in ECJ.Reinier Zwitserloot
2009-12-23Added ecj.Reinier Zwitserloot
2009-12-21The latest on the master branch is from now on called 'EDGE' and not 'HEAD'.Reinier Zwitserloot
2009-12-21download-edge is now overwritten (to say that the stable is the latest) upon ↵Reinier Zwitserloot
a full release.
2009-12-21Fixed the changelog.html generation to be a full HTML file and not an HTML ↵Reinier Zwitserloot
snippet.
2009-12-21Added support to fully automatically upload a cutting edge build to ↵Reinier Zwitserloot
projectlombok.org, as well as a page with information about it, gathered from the changelog.
2009-12-21Added previous fixes to the changelog.Reinier Zwitserloot
2009-12-21Fixes issue #84: @Data and many other annotations couldn't deal with ↵Reinier Zwitserloot
wildcard generics that had a bound on them, so, for example, a field typed as 'List<? extends Number>'.
2009-12-21[TRIVIAL] styleReinier Zwitserloot
2009-12-17getProbableFQTypes now correctly assumes there's a hidden 'import ↵Reinier Zwitserloot
java.lang.*;' at the end of any source file's import list.
2009-12-17Fix to javac handler; it now properly detects single package names, such as ↵Petr Jiricka
"package foo;"
2009-12-17getProbablyFQType now works much better, especially at finding classes that ↵Reinier Zwitserloot
aren't in rt.jar. redit to Petr Jiricka for spotting the problems with the earlier version of toFQ.
2009-12-15Whoops - forgot to add release date to 0.9.2 in changelog.Reinier Zwitserloot
2009-12-15running java -jar lombok.jar version now also prints release name.Reinier Zwitserloot
2009-12-15postreleaseReinier Zwitserloot
2009-12-15[javadoc]Reinier Zwitserloot
2009-12-15prerelease prepReinier Zwitserloot
2009-12-15Added fix for issue #83 to the changelog.Reinier Zwitserloot
2009-12-15Clarified previous commit with a comment.Reinier Zwitserloot
2009-12-15Potential fix for issue #83.Reinier Zwitserloot
2009-12-13This file really never should have been checked in.Reinier Zwitserloot