aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-11[deps] updated version on lombok.patcher in order to get ASM 7.2Reinier Zwitserloot
2019-12-05[website] removing mention on javac setup page that module support is only ↵Reinier Zwitserloot
in edge (its in stable)
2019-12-03[website] [trivial] slight change to the utm codes for tidelift referral linksReinier Zwitserloot
2019-11-04Update the list of Checker Framework annotations for version 3.0.0.Suzanne Millstein
2019-10-28Fix last testCaleb Brinkman
2019-10-28Fix eclipse map singularizationCaleb Brinkman
2019-10-28Fix more singulars and testsCaleb Brinkman
2019-10-28Remove now-unused variablesCaleb Brinkman
2019-10-28More test fixesCaleb Brinkman
2019-10-27Issue2262.Lekanich
Added ability to process JCField as type parameter for HandleSuperBuilder. javac.
2019-10-25Fix up some more tests and copy-paste errorsCaleb Brinkman
2019-10-21[website] typo in the ToString post-lombok example.Reinier Zwitserloot
2019-10-07Add documentation for TolerateSoroush Nejad
2019-10-02Merge pull request #2245 from jyterencekim/patch-1Reinier Zwitserloot
Update With.html
2019-09-26[live-debug] adding some logging when a very unexpected install error occursReinier Zwitserloot
2019-09-25[changelog] the top entry version wasnt bumped yet.Reinier Zwitserloot
2019-09-25[bugfix] NPEs in TypeResolver (due to recent refactor of how TR works)Reinier Zwitserloot
2019-09-25[jdk13] changelog updateReinier Zwitserloot
2019-09-25[jdk13] support for switch expression's yield keyword.Reinier Zwitserloot
2019-09-25[jdk13] Added support for printing text blocks (triple quoted strings) in ↵Reinier Zwitserloot
text block form
2019-09-25[jdk13] Added a new constant pool type to our cp parserReinier Zwitserloot
2019-09-25[jdk13] upgrading the patcher dep, which has the j13+ ASM dep built inReinier Zwitserloot
2019-09-23Update With.htmlJ. Y. Terence Kim
## Summary The current sentence fragment `Lombok's own <a href="/features/constructor"><code>@AllArgsConstructor</code></a>` does not fully clarify the author's intention, which I presume is to recommend using `@AllArgsConstructor`.
2019-09-19Fix more broken testsCaleb Brinkman
2019-09-19Fix more copy/paste test errorsCaleb Brinkman
2019-09-19Fix test copy/paste errorsCaleb Brinkman
2019-09-19Fix null pointers and incorrect testsCaleb Brinkman
2019-09-19Added setterPrefix to javacabrinkman94
2019-09-12[trivial] removing some unused imports and suchReinier Zwitserloot
2019-09-12Refactored how the type resolver deals with aliases; fixes star import issues.Reinier Zwitserloot
2019-09-12[build] fixing the gen of javadoc with `ant website` / `ant website-publish`Reinier Zwitserloot
2019-09-12improve `with` examplesRoel Spilker
2019-09-12add test for #2230Roel Spilker
2019-09-12[website] Updating feature and experimental overviews to properly include ↵Reinier Zwitserloot
the With promotion.
2019-09-12Merge branch 'feature/builder-setter-prefixes' of ↵abrinkman94
https://github.com/floralvikings/lombok into feature/builder-setter-prefixes
2019-09-12Adjusted test classes to include WithSetterPrefix.abrinkman94
2019-09-12Fix class names in beforeCaleb Brinkman
2019-09-12Fix class names in after-ecjCaleb Brinkman
2019-09-12Duplicate builder tests with setter prefixCaleb Brinkman
2019-09-11Remove extraneous importCaleb Brinkman
2019-09-11Add myself to AUTHORSCaleb Brinkman
2019-09-11Explicitly recommend against prefixesCaleb Brinkman
2019-09-11Merge branch 'master' of github.com:rzwitserloot/lombok into ↵Caleb Brinkman
feature/builder-setter-prefixes
2019-09-11post-release version bumpReinier Zwitserloot
2019-09-10pre-release version bumpReinier Zwitserloot
2019-09-10[trivial] With PR 2138 reverted, lets not name it in the changelogs.Reinier Zwitserloot
2019-09-10introduce explanation for previous revertReinier Zwitserloot
2019-09-10Undoing PR #2114 which tried to fix issue #1976Reinier Zwitserloot
This PR does fix that, but introduces its own problem. See commit immediately following this one for explanation
2019-08-29[With] fixing the internal aliasing systemReinier Zwitserloot
old Wither annotations were no longer being picked up.
2019-08-28Update gradle.htmlLars Grefer