aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-28[trivial] the pos array was one too large here, shouldn't have any effect ↵Reinier Zwitserloot
other than save a smidge of memory.
2020-01-28[singular][issue #2221] the plural builder method now nullchecks its ↵Reinier Zwitserloot
argument with configurable results.
2020-01-20Website: style example codeRoel Spilker
2020-01-20Website: better wrapping for code snippets on narrow screens.Roel Spilker
2020-01-20typo in websiteRoel Spilker
2020-01-20Config import: add to changelogRoel Spilker
2020-01-20Config import: add documentationRoel Spilker
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20Config import: add traces for archives to the testsRoel 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-20Website: render wrapped lines code snippets indentedRoel Spilker
2020-01-20Close more inputstreamsRoel Spilker
2020-01-20Remove unused importsRoel Spilker
2020-01-20Make test java version independent, error message changedRoel Spilker
2020-01-15[fixes #2335] ObtainVia(method=) on more than one arg would crash in javacReinier Zwitserloot
2020-01-08Document compiling java modules with maven. Fixes #2325Roel Spilker
2020-01-08Update javac documentation regarding the module systemRoel Spilker
2020-01-08Rename example files for websiteRoel Spilker
2020-01-08new versions for dockerRoel Spilker
2020-01-08[issue #2314] disabled the intellij ant taskReinier 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-19Update security.txtRoel Spilker
2019-12-19Fix h1Roel Spilker
2019-12-19[docs] added changelog entry for previous fixReinier Zwitserloot
2019-12-19[#2273] [#2262] [#2278] test to reproduce bugReinier Zwitserloot
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-12added name to AUTHORS listAleksandr
2019-12-11[website] slight update to the tolerate pagesReinier Zwitserloot
2019-12-11Merge pull request #2251 from nejads/masterReinier Zwitserloot
Add documentation for Tolerate
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-11Add jdk13 to docker imagesRoel Spilker
2019-12-11Improve error message when post-compiler failsRoel Spilker
2019-12-11[trivial] formattingReinier Zwitserloot
2019-12-11[deps] added explicit link to lombok.patcher-0.36Reinier Zwitserloot
2019-12-11Merge branch 'feature/builder-setter-prefixes' of ↵Reinier Zwitserloot
git://github.com/floralvikings/lombok into floralvikings-feature/builder-setter-prefixes
2019-12-11[deps] updated version on lombok.patcher in order to get ASM 7.2Reinier Zwitserloot