aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/JavacHandlerUtil.java
AgeCommit message (Expand)Author
2013-07-16* Fixed issues with @FieldDefaults and @Value (you can NOT overrideReinier Zwitserloot
2013-07-08Fixed value's snippet integration (it hadn't been updated yet now that Value ...Reinier Zwitserloot
2013-07-08gave up on adding support for moving javadoc to getter/setter in eclipse. Ecl...Reinier Zwitserloot
2013-07-08Support for javadoc copying in Getter/Setter generation for javac, as well as...Reinier Zwitserloot
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot
2013-06-18Added a ClassDef wrapper, because its signature changed between javac1.6 and ...Reinier Zwitserloot
2013-06-16Most of the javac implementation for HandleBuilder, plusReinier Zwitserloot
2013-06-16Added injectType methods to Eclipse/JavacHandlerUtil, which we'll need to inj...Reinier Zwitserloot
2013-05-31Added @NonNull on parameters feature (issue 514),Reinier Zwitserloot
2013-03-26Massive performance improvements, and a few potentially breaking changes for ...Roel Spilker
2013-03-12In delombok, we mark the AST as changed if we remove an annotation; this fixe...Reinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2012-11-17Added all documentation for the onX feature and updated changelog.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-08-06Merge branch 'master' into witherReinier Zwitserloot
2012-07-18Lombok not longer removes the feature annotations and the import declarations...Philipp Eichhorn
2012-07-17Fix for issue 396: Static constructors generated for classes with type parame...Reinier Zwitserloot
2012-07-16Added setting position of generated nodes in javac's @Synchronized as a 'pilo...Reinier Zwitserloot
2012-07-12Wither support + tests (javac only; ecj tests are currently set to ignore).Reinier Zwitserloot
2012-07-11Fielding a request to make some stuff public. The things made public are alre...Reinier Zwitserloot
2012-07-11Made lombok more stable in netbeans based on some smart observations by Jan L...Jan Lahoda
2012-05-22Javac implementation of @ExtensionMethod.Robbert Jan Grootjans
2012-03-27Merge branch 'master' into accessorsReinier Zwitserloot
2012-03-27Fixes issue 326: In NetBeans, the generated default constructor was compiled ...Roel Spilker
2012-03-26Finished work on @AccessorsReinier Zwitserloot
2012-03-26Merge branch 'acc2' into accessorsReinier Zwitserloot
2012-03-26Updated findMethod with paramcount.Reinier Zwitserloot
2012-03-22Bug fixes for updates to getter/setter stuff based on @Accessors.Reinier Zwitserloot
2012-03-21Implementation of @Accessors.Reinier Zwitserloot
2012-03-19Fix for issue 342: @Deprecated annotation not propagated to generated getter...Roel Spilker
2011-12-19Merge branch 'typeLibrary'Reinier Zwitserloot
2011-12-15Generated nodes are now cached using a fully-weak Map.Robbert Jan Grootjans
2011-12-13Refactored the type resolver, and made the 'find locally named classes that s...Reinier Zwitserloot
2011-11-13Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the en...peichhorn
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-07-18Now either all or none of equals/hashCode/canEqual is generated. Fixes issue ...Roel Spilker
2011-06-20Minor tweaks to documentation updates (javadocs, website).Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2011-02-07Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...Reinier Zwitserloot
2010-12-31Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil...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-11@Getter(lazy=true) support for javacRoel Spilker
2010-11-10From now on it is possible to specify annotations to be placed on the methodRoel Spilker
2010-11-06Added support for Log4J, Commons and JUL in the javac handlerRoel Spilker
2010-11-03Intial support for @Log, for now only slf4jRoel Spilker
2010-07-28Fix for issue #136: @Getter and @Setter now work on static fields again.Reinier Zwitserloot