aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-08-19Fixed buildscript (onX is gone, that had to be reflected in the buildscript).Reinier Zwitserloot
2011-08-19Preparing for release of 0.10.0-final; updated version and cleaned up changelog.Reinier Zwitserloot
2011-08-17Make Extract Method work without affecting the rendering of the java file.Roel Spilker
2011-08-16Improve Extract method refactoring: you can extract method for code that also...Roel Spilker
2011-08-16Removed some leftovers from #164 debugging sessionsRoel Spilker
2011-08-16TrivialRoel Spilker
2011-08-16Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2011-08-16This fixes 'val' not working in javac7. The LogDisabler used to simply suppre...Reinier Zwitserloot
2011-08-16Renamed Javac.getCTCint to getCtcIntRoel Spilker
2011-08-15Fixed typoRoel Spilker
2011-08-15Merge branch 'delombok_java7'Reinier Zwitserloot
2011-08-15The only new JCTree node in java7, JCTypeUnion, is now supported by delombok.Reinier Zwitserloot
2011-08-15Added NetBeans installation instructionsRoel Spilker
2011-08-15Optimized the 'val' search; previously a fairly lengthy import list check was...Reinier Zwitserloot
2011-08-15fixed a warning during the ant compile processReinier Zwitserloot
2011-08-15Integrated Philipp's proof-of-concept delombok in javac7 fix, and used someReinier Zwitserloot
2011-08-15Removed support for onMethod, onParam and onConstructor due to javac7 type in...Roel Spilker
2011-08-15Changed dep name of 'javac' into 'javac6' and added 'javac7', mostly for cont...Reinier Zwitserloot
2011-08-12Make extract method work with @Cleanup and @SynchronizedRoel Spilker
2011-08-11Got delombok to work with JDK 1.7.peichhorn
2011-08-10Made delomboks processor 'work' on java6 and java7 without any warningspeichhorn
2011-08-08Made the annotation processor 'work' on java6 and java7 without any warningsRoel Spilker
2011-08-08changelog update for issue #249Roel Spilker
2011-08-08Delombok with -d used wrong output folder on Posix. Solves issue #249Anthony Whitford
2011-08-08trivialRoel Spilker
2011-08-06fixed Issue 248:peichhorn
2011-08-03Fixed a typo in the ivy <dependency> example.Reinier Zwitserloot
2011-08-02Added some forgotten copyright headersReinier Zwitserloot
2011-08-02About to release 0.10.0-RC3Reinier Zwitserloot