aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-02-17[fixes #2990, #3069] allow logging on enumsvarkart
2022-02-08[implements #1456] accessors can now be made final via `@Accessors`.Reinier Zwitserloot
2022-01-31[fixes #3053] Delay default annotation removalRawi01
2022-01-30[fixes #3097] Update inner class type when creating a static classRawi01
2022-01-27rename main.html to index.htmlRoel Spilker
2022-01-25Removed double semicolonMatteo Baccan
Hi I have removed a typo error of 2 semicolons at the end of two lines ciao matteo
2022-01-21Merge pull request #2904 from mernst/nullness-annotationsReinier Zwitserloot
Update `NONNULL_ANNOTATIONS` and `BASE_COPYABLE_ANNOTATIONS`
2022-01-14Fix for defaulting behaviour for lombok annotations.Reinier Zwitserloot
What's the name of one of those bugs where you look at it and go: Wow. This can never have possibly worked? And yet it has? An inverse heisenbug: Once observed, it has always existed, but before observing it, no problems. Anyway, fixed. For what it's worth.
2022-01-09[fixes #3081] make CheckerFramework's This a type annotationJan Rieke
2022-01-07[fixes #2908] don't generate checkerframework's @NotCalledMethodsJan Rieke
2022-01-07[fixes projectlombok/lombok#1036] Exclude the classloader forMartin O'Connor
jasperreports-plugin due to a classloader conflict with ECJ
2021-12-30[fixes #3070] fix guava type name for SuperBuilder's toBuilderJan Rieke
2021-12-21[fixes #2849] Make ToString's onlyExplicitlyIncluded a config key.Reinier Zwitserloot
2021-12-21Make javadoc generation platform independentRoel Spilker
2021-12-13configuration app returns non-zero value (2) if the configuration contains ↵Roel Spilker
an error. Fixes #3031
2021-12-12[fixes #3000] Generate new type reference for val marker annotationRawi01
2021-12-12[fixes #3036] Keep builder default initializer positionRawi01
2021-12-12Patch getMethodDeclarationNode method instead of individual callsRawi01
2021-12-12[fixes #3040] Support array initializer in onXRawi01
2021-12-12[fixes #3043] Add null check for end positionsRawi01
2021-12-07Merge ../lombok-branch-master into nullness-annotationsMichael Ernst
2021-10-26Merge pull request #3015 from Rawi01/extract-pull-upReinier Zwitserloot
Extract interface + pull up
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-22[fixes #2995] Skip records for field defaults via configRawi01
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
2021-10-19Add an annotationMichael Ernst
2021-10-19Add more annotationsMichael Ernst
2021-10-18[#2693] Review and updates for javabeans-style capitalization lombok.configReinier Zwitserloot
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-28Support javadoc copying in ecj language serverRawi01
2021-09-28[fixes #2950] Patch language server semantic highlightingRawi01
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-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-06Replace val with native final var in Java >= 10Rawi01
2021-08-18[jdk17] Add support for sealed classesRawi01
2021-08-18[jdk17] Add support for guard/parenthesized patternRawi01