aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its ↵Reinier Zwitserloot
argument with configurable results.
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20ConfigurationApp: hide not-mentioned by default, add parameter to show them ↵Roel Spilker
anyway.
2020-01-20Config import: support .jar and .zip archivesRoel Spilker
2020-01-20Config import: add to traceRoel Spilker
2020-01-20Config import: change bubble iterationRoel Spilker
2020-01-20Config import: move responsibilitiesRoel Spilker
2020-01-20Rename Context to ConfigurationFile, move reading contents and metadata to it.Roel Spilker
2020-01-20Config import: Allow imports in lombok.configRoel Spilker
2020-01-20Implement E&HQ in CheckerFrameworkVersion because it is a ↵Roel Spilker
ConfigurationValueType and might be listed.
2020-01-20Remove unused importsRoel Spilker
2020-01-15[fixes #2335] ObtainVia(method=) on more than one arg would crash in javacReinier Zwitserloot
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default ↵Reinier Zwitserloot
annotation no longer clash.
2020-01-07[fixes #2323] javadoc `@return` generation updated.Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code ↵Reinier Zwitserloot
gen of build() methods for `@Builder`.
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name ↵Reinier Zwitserloot
clashes.
2019-12-19Merge pull request #2273 from Lekanich/issue2262Reinier Zwitserloot
Fixed @SuperBuilder with generic with inner static class produces CE
2019-12-19Merge pull request #2283 from smillst/updateCheckerFrameworkV3.0.0Reinier Zwitserloot
Update the list of Checker Framework annotations for version 3.0.0.
2019-12-12Add note.Suzanne Millstein
2019-12-12Add back old anotations.Suzanne Millstein
2019-12-11Merge branch 'floralvikings-feature/builder-setter-prefixes'Reinier Zwitserloot
2019-12-11[builder] setterPrefix option code review, formatting cleanup, and docsReinier Zwitserloot
2019-12-11Improve error message when post-compiler failsRoel Spilker
2019-12-11[trivial] formattingReinier Zwitserloot
2019-12-11Merge branch 'feature/builder-setter-prefixes' of ↵Reinier Zwitserloot
git://github.com/floralvikings/lombok into floralvikings-feature/builder-setter-prefixes
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-09-25[bugfix] NPEs in TypeResolver (due to recent refactor of how TR works)Reinier Zwitserloot
2019-09-25[jdk13] Added a new constant pool type to our cp parserReinier Zwitserloot
2019-09-19Fix more copy/paste test errorsCaleb Brinkman
2019-09-19Fix null pointers and incorrect testsCaleb Brinkman
2019-09-19Added setterPrefix to javacabrinkman94
2019-09-12Refactored how the type resolver deals with aliases; fixes star import issues.Reinier Zwitserloot
2019-09-12Fix class names in after-ecjCaleb Brinkman
2019-09-11Remove extraneous importCaleb 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-08-29[With] fixing the internal aliasing systemReinier Zwitserloot
old Wither annotations were no longer being picked up.
2019-08-27[With] [trivial] just docs and moving things around to the right placeReinier Zwitserloot
2019-08-27[With] renaming lombok.experimental.Wither to lombok.experimental.WithReinier Zwitserloot
2019-08-26Fixes #2156: also clone the annotations on the setter.Roel Spilker
2019-08-22Merge branch 'master' into clone-typeReinier Zwitserloot