aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-15Merge branch 'Issue_138' of https://github.com/jvanderhel/lombok into jvander...Reinier Zwitserloot
2011-11-15Merge pull request #11 from jvanderhel/add_to_authorsReinier Zwitserloot
2011-11-15Merge pull request #10 from jvanderhel/Issue_90Reinier Zwitserloot
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...peichhorn
2011-11-13disabling lombok for all postsavelisteners proved to cause some postsave acti...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-11Added my name to AUTHORS. (Requested by rspilker)jvanderhel
2011-11-10Lombok disabled during ast creation in DefaultCodeFormatter & CleanUpPostSave...jvanderhel
2011-11-09Fixed a broken link in changelog.Reinier Zwitserloot
2011-11-07Don't wrap code in documentationRoel Spilker
2011-11-07Replaced <code> with @codeRoel Spilker
2011-11-07Changed copyright noticesRoel Spilker
2011-11-07Fixed eclipse and ecj unit test broken by 99e36bf51c26152c53c8acefa90cce80af6...Robbert Jan Grootjans
2011-11-07Instead of using the java 1.6 Arrays.copyOf method, we use System.arraycopy.Robbert Jan Grootjans
2011-11-07Merge branch 'master' of github.com:rzwitserloot/lombokRobbert Jan Grootjans
2011-11-07Fixed issue 295: Using log in static initializersRobbert Jan Grootjans
2011-11-07Renamed CONTRIBUTORS to AUTHORS to better reflect the purpose of the file.Roel Spilker
2011-11-07Added my name to the contributors file.Roel Spilker
2011-11-01Post-release version bumpRoel Spilker
2011-11-01Fixed unit tests to take into account work on issue 289 and 287.Roel Spilker
2011-11-01Added fixing of delombok sourcepath issue to changelog and preparing for 0.10...Roel Spilker
2011-11-01Fixed issue 284 now also for java7, introduced more stubbingRoel Spilker
2011-10-31Fixed delombok making a mess of comments (issue 284) for javac 6. delombok in...Roel Spilker
2011-10-31Add src/utils to the source pathsRoel Spilker
2011-10-25Fixed issue 289: non-static inner classes whose outer class has generics can'...Reinier Zwitserloot
2011-10-25Updated changelog with fix for 287Reinier Zwitserloot
2011-10-25Again made @NotNull have no special meaning.Reinier Zwitserloot
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-10-10Added missing copyright header and bumped version number to xHEAD.Reinier Zwitserloot
2011-10-07[Issue 281] added testpeichhorn
2011-10-07Accept JCCatch as 'statement' (issue #281)Sander Koning
2011-10-03Preparing for release 0.10.1. Tiny one, but solves enough crucial bugs to war...Reinier Zwitserloot
2011-09-30[issue #278]: Assigned final fields and @AllArgsConstructorpeichhorn
2011-09-21Merge pull request #7 from askoning/masterPhilipp Eichhorn
2011-09-22Added my name to the contributors listSander Koning
2011-09-20Fixed issue #269: annotations on enum values weren't being printed by delombok.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-09-20toString() of various delegates to interop with javac (FileObjectWrapper and ...Michail Plushnikov
2011-09-14Tiny update to the website download page.Reinier Zwitserloot
2011-09-05fixed Issue 271: @NotNull annotations should introduce a null checkpeichhorn
2011-08-31added my name to the CONTRIBUTORS filepeichhorn
2011-08-31Fix GWT instructions.Stephen Haberman
2011-08-31Added my name to the contributors listRobbert Jan Grootjans
2011-08-29trivialReinier Zwitserloot
2011-08-29Added my name to the contributors file.Reinier Zwitserloot
2011-08-24whoops javac.jar got renamed to javac6.jarpeichhorn
2011-08-24To run the tests, having javac in the bootclasspath is required on all platfo...peichhorn