aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleToString.java
AgeCommit message (Expand)Author
2013-12-11Added complete support for delombok's 'pretty' format options; covering all o...Reinier Zwitserloot
2013-12-03Fix for Issue #591: v1.12.2 doesn't well with netbeans.Roel Spilker
2013-09-25Pre-emptive fix for the anticipated removal of ListBuffer.lb() in javac8Roel Spilker
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-07-22Merge branch 'master' into jdk8. Also added some major fixes whilst merging.Reinier Zwitserloot
2013-06-18javac builder implementation. Passes all tests.Reinier Zwitserloot
2013-03-22Refactored out references to TypeTags.Robbert Jan Grootjans
2013-03-18Some halfway work on introducing hideNulls feature to toString. Aborted becau...Reinier Zwitserloot
2012-11-12[refactor] Cleaned up static imports (always use *), and refactored out getCt...Reinier Zwitserloot
2012-08-06Added @Value and @FieldDefaults implementations for javac and ecj, the annota...Reinier Zwitserloot
2012-07-11Fielding a request to make some stuff public. The things made public are alre...Reinier Zwitserloot
2012-03-26Updated findMethod with paramcount.Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-08-16Renamed Javac.getCTCint to getCtcIntRoel Spilker
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-12-28@ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum...Reinier Zwitserloot
2010-12-18Moved all the Compile time constants from the Javac handlers and supporting c...grootjans
2010-11-18In javac, use ListBuffer to appendRoel Spilker
2010-11-11Merge branch 'master' into lazyinitRoel Spilker
2010-11-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2010-07-25Added changelog entry for #133: Outer.Inner instead of just Inner in toString().Reinier Zwitserloot
2010-07-25Issue 133: @ToString on an inner class should print Outer.Inner instead of InnerRoel Spilker
2010-07-21Refactor: for using this.getX() instead of this.x in generated toString(), eq...Reinier Zwitserloot
2010-07-18All field accesses done by generated lombok methods are now qualified with 't...Reinier Zwitserloot
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ...Roel Spilker
2009-11-25Refactored the source folders.Reinier Zwitserloot