aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok
AgeCommit message (Expand)Author
2018-05-30ecj: copy type parameters to builder classJan Rieke
2018-05-17ecj: SuperBuilderBasic test passes (removed superconstructor calls)Jan Rieke
2018-05-17ecj: remaining type args for non-generic class buildersJan Rieke
2018-05-14ecj: method body for self(); type args for BuilderImpl extends clauseJan Rieke
2018-05-11ecj: setter methods now return self()Jan Rieke
2018-05-11ecj: type params for constructor, abstract builder class, self methodJan Rieke
2018-05-06ecj: builder generics [WIP]Jan Rieke
2018-04-27fixed generation problem caused by reusing expressionsJan Rieke
2018-04-21first try for Eclipse handler [WIP]Jan Rieke
2018-04-16let @SuperBuilder's toString() call super.toString()Jan Rieke
2018-04-16avoid name clashes with generics on the annotated classJan Rieke
2018-04-15use superclass generics for abstract builder class' extends clauseJan Rieke
2018-04-15consider generics on the annotated class and potential superclassJan Rieke
2018-04-14revert changes to HandleBuilder (everything is in HandleSuperBuilder)Jan Rieke
2018-04-14adjusted expected result of test caseJan Rieke
2018-04-14include superclass when referring to parent builderJan Rieke
2018-04-10correct return type and statement for @SingularJan Rieke
2018-04-10@Override for overridden methodsJan Rieke
2018-04-10apply generics on builder extends clause; fixed builder name generationJan Rieke
2018-04-05build class names not configurable any more; removed toBuilderJan Rieke
2018-04-05wildcards for the constructor parameterJan Rieke
2018-04-05wildcards for the builder() methodJan Rieke
2018-04-05more generics; return getInstance() instead of thisJan Rieke
2018-04-05generics for the Builder class; generate abstract methodsJan Rieke
2018-04-05add javac handlerJan Rieke
2018-04-04introduction of `@SuperBuilder` and a testcase.Reinier Zwitserloot
2018-03-28[builderParentClass] Code to handle builder on enums removed; that doesn’t ...Reinier Zwitserloot
2018-03-28Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-masterReinier Zwitserloot
2018-03-27fix javadoc warningsRoel Spilker
2018-03-27[trivial] some memoryload improvements by not making a new instance but using...Reinier Zwitserloot
2018-03-27Merge pull request #1583 from jramosf/masterReinier Zwitserloot
2018-03-24improve compiler detection for jdk9 later.Takuya Murakami
2018-03-21[fix] Fix intellij build with jdk10 (#1572)Takuya Murakami
2018-03-20[issue #1615] fixes a bug where equals and hashcode would mess up if both the...Reinier Zwitserloot
2018-03-19Fresh builds wouldn’t work anymore due to a weird addition in ecj9.Reinier Zwitserloot
2018-02-16#1579: recycle handlers to avoid excessive garbage collectionJavier Ramos
2018-02-07Parsing for source level broken under JDK9 due to change in 1.X->X versioning...Reinier Zwitserloot
2018-02-07[bugfix] builder.default with the old lombok.experimental.Builder annotation ...Reinier Zwitserloot
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-07As we’re preparing to release v2, we want to delete the experimental editio...Reinier Zwitserloot
2018-02-07[var] various upgrades to var:Reinier Zwitserloot
2018-02-07[jdk9] forcing new rounds when compiling multiple modules didn’t work. (Fil...Reinier Zwitserloot
2018-02-06[jdk9] added a best-effort attempt to claim away lombok annotations when lomb...Reinier Zwitserloot
2018-02-06[jdk9] add support for using lombok with JDK9 code when compiling using the n...Reinier Zwitserloot
2018-01-09use T instead of RuntimeExceptionRoel Spilker
2018-01-09Merge branch 'npe-warning' of https://github.com/2is10/lombok into 2is10-npe-...Roel Spilker
2018-01-09Wrong documentation variables fix.Ruslan Popenko
2018-01-09Potential fix for #1555Roel Spilker
2018-01-09post-release version bumpReinier Zwitserloot
2018-01-09pre-release version bumpReinier Zwitserloot