aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-12[fixes #3043] Add null check for end positionsRawi01
2021-12-12[fixes #3063] Bump log4j2 dep version to avoid needless security warnings ↵Reinier Zwitserloot
from dep scanners - lombok is not affected by CVE-2021-44228.
2021-10-26[changelog] adding a few of @Rawi01's quality-of-life improvements in ↵Reinier Zwitserloot
eclipse as an entry in the changelog.
2021-10-26Merge pull request #3015 from Rawi01/extract-pull-upReinier Zwitserloot
Extract interface + pull up
2021-10-26Merge pull request #3012 from Fatima-Rami/documentation-for-fieldnameconstantsReinier Zwitserloot
Documentation for fieldnameconstants
2021-10-26[fixes #1309] Extract interface + pull upRawi01
2021-10-26[fixes #3014] Detecting whether inner classes are static wouldn't work if ↵Reinier Zwitserloot
placed inside an enum or interface.
2021-10-26[issue #3014] test-case that reproduces this problem.Reinier Zwitserloot
2021-10-23#1990 fixed error documentation @FieldNameConstantsFatima Rami
2021-10-23[fixes #3008] [docs] ... and of course the usage example also mentioned ↵Reinier Zwitserloot
`@Wither`.
2021-10-23[fixes #3008] [docs] The docs for `@Value` were still referring to `@Wither` ↵Reinier Zwitserloot
instead of `@With`
2021-10-23[Fixes#3008] @Witer replaced by @WithFatima Rami
2021-10-22Merge pull request #3009 from Rawi01/field-defaults-recordReinier Zwitserloot
Skip records for field defaults via config
2021-10-22[fixes #2995] Skip records for field defaults via configRawi01
2021-10-22Merge pull request #2998 from YonatanSherwin/fixingBeansSpecTestsReinier Zwitserloot
fixing beanspec tests
2021-10-22Merge pull request #3007 from Rawi01/eclipse-junitReinier Zwitserloot
Resolve var/val only once in eclipse
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
2021-10-19fixing beanspec testsysherwin
2021-10-18[#2693] Docs and changelog for the ‘accessors.capitalization = beanspec’ ↵Reinier Zwitserloot
feature.
2021-10-18[#2693] Review and updates for javabeans-style capitalization lombok.configReinier Zwitserloot
2021-10-18Adding Yonatan Sherwin to AUTHORS fileysherwin
2021-10-17Adding a new accessors flag - javaBeansSpecCapitalizationysherwin
2021-10-07[versioning] post-release version bumpReinier Zwitserloot
2021-10-07[versioning] pre-release version bumpReinier Zwitserloot
2021-10-06Fix syntax highlighting for EqualsAndHashCodeRawi01
2021-09-29[doc] Added some docs on how to debug lombok for various platforms, also ↵Reinier Zwitserloot
updated changelog with recent changes
2021-09-29Merge pull request #2978 from Rawi01/language-serverReinier Zwitserloot
Add syntax highlighting and javadoc to language server (VSCode)
2021-09-28Support javadoc copying in ecj language serverRawi01
2021-09-28[fixes #2950] Patch language server semantic highlightingRawi01
2021-09-27Merge pull request #2975 from Rawi01/organize-imports-valReinier Zwitserloot
Move 'val' -> 'final var' code to patch method
2021-09-27[tests] Exclude recently added 'val' testRawi01
2021-09-27[fixes #2972] Use simple type, move code to patch methodRawi01
2021-09-18[fixes #2736] Add jackson annotation `JsonUnwrapped` to the 'copy to ↵Reinier Zwitserloot
setters' list.
2021-09-16[issue #2964] fixing the previous commitReinier Zwitserloot
2021-09-16[issue #2964] Try to look in chocolatey's default installation dir.Reinier Zwitserloot
2021-09-16[changelog] documenting previous commit.Reinier Zwitserloot
2021-09-16Merge pull request #2936 from Rawi01/jdk-17Reinier Zwitserloot
Add support for JDK17
2021-09-16Merge pull request #2932 from Rawi01/record-nonnull-symbolsReinier Zwitserloot
Keep record compact constructor parameters
2021-09-16Merge pull request #2868 from Rawi01/clone-primitive-typeReinier Zwitserloot
Clone primitive types
2021-09-16Merge pull request #2866 from Rawi01/anonymous-inner-classReinier Zwitserloot
Handle anonymous classes properly
2021-09-16Merge pull request #2840 from Rawi01/copy-vartypeReinier Zwitserloot
Also copy vartype.type in TreeMirrorMaker
2021-09-16Merge pull request #2930 from Rawi01/eclipse-final-save-actionReinier Zwitserloot
Fix "Use modifier 'final' where possible" cleanup
2021-09-15[fixes #2960] [installer] Fix issue with weird chars in eclipse pathReinier Zwitserloot
Lombok used to attempt to escape 'weird' chars (using a whitelist of chars that need no escaping) when writing out eclipse.ini. However, there _is no_ escaping mechanism available there. Instead, apparently eclipse/java just reads the chars appearing after the `-javaagent:` prefix as literally as possible. Therefore, just.. don't escape, and pray. Spaces, colons, and ats have all been confirmed as working correctly when rendering them literally, and as failing when you attempt to escape them.
2021-09-15[trivial] remove unused importReinier Zwitserloot
2021-09-07[changelog] add previous commit (val to final var) to changelogReinier Zwitserloot
2021-09-06Replace val with native final var in Java >= 10Rawi01
2021-08-18[jdk17] Add support for sealed classesRawi01
2021-08-18[jdk17] Ignore new strictfp warningsRawi01
2021-08-18[jdk17] Fix ThisParamter testRawi01
2021-08-18[jdk17] Add support for guard/parenthesized patternRawi01