Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | Fix 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 annotation | Jan Rieke | |
2022-01-07 | [fixes #2908] don't generate checkerframework's @NotCalledMethods | Jan Rieke | |
2022-01-07 | [fixes projectlombok/lombok#1036] Exclude the classloader for | Martin O'Connor | |
jasperreports-plugin due to a classloader conflict with ECJ | |||
2021-12-30 | [fixes #3070] fix guava type name for SuperBuilder's toBuilder | Jan Rieke | |
2021-12-21 | [fixes #2849] Make ToString's onlyExplicitlyIncluded a config key. | Reinier Zwitserloot | |
2021-12-21 | Make javadoc generation platform independent | Roel Spilker | |
2021-12-13 | configuration 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 annotation | Rawi01 | |
2021-12-12 | [fixes #3036] Keep builder default initializer position | Rawi01 | |
2021-12-12 | Patch getMethodDeclarationNode method instead of individual calls | Rawi01 | |
2021-12-12 | [fixes #3040] Support array initializer in onX | Rawi01 | |
2021-12-12 | [fixes #3043] Add null check for end positions | Rawi01 | |
2021-10-26 | Merge pull request #3015 from Rawi01/extract-pull-up | Reinier Zwitserloot | |
Extract interface + pull up | |||
2021-10-26 | [fixes #1309] Extract interface + pull up | Rawi01 | |
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 config | Rawi01 | |
2021-10-22 | [fixes #2985] Resolve var/val only once in eclipse | Rawi01 | |
2021-10-18 | [#2693] Review and updates for javabeans-style capitalization lombok.config | Reinier Zwitserloot | |
2021-10-17 | Adding a new accessors flag - javaBeansSpecCapitalization | ysherwin | |
2021-10-07 | [versioning] post-release version bump | Reinier Zwitserloot | |
2021-10-07 | [versioning] pre-release version bump | Reinier Zwitserloot | |
2021-10-06 | Fix syntax highlighting for EqualsAndHashCode | Rawi01 | |
2021-09-28 | Support javadoc copying in ecj language server | Rawi01 | |
2021-09-28 | [fixes #2950] Patch language server semantic highlighting | Rawi01 | |
2021-09-27 | [fixes #2972] Use simple type, move code to patch method | Rawi01 | |
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 commit | Reinier Zwitserloot | |
2021-09-16 | [issue #2964] Try to look in chocolatey's default installation dir. | Reinier Zwitserloot | |
2021-09-16 | Merge pull request #2936 from Rawi01/jdk-17 | Reinier Zwitserloot | |
Add support for JDK17 | |||
2021-09-16 | Merge pull request #2932 from Rawi01/record-nonnull-symbols | Reinier Zwitserloot | |
Keep record compact constructor parameters | |||
2021-09-16 | Merge pull request #2868 from Rawi01/clone-primitive-type | Reinier Zwitserloot | |
Clone primitive types | |||
2021-09-16 | Merge pull request #2866 from Rawi01/anonymous-inner-class | Reinier Zwitserloot | |
Handle anonymous classes properly | |||
2021-09-16 | Merge pull request #2840 from Rawi01/copy-vartype | Reinier Zwitserloot | |
Also copy vartype.type in TreeMirrorMaker | |||
2021-09-16 | Merge pull request #2930 from Rawi01/eclipse-final-save-action | Reinier Zwitserloot | |
Fix "Use modifier 'final' where possible" cleanup | |||
2021-09-15 | [fixes #2960] [installer] Fix issue with weird chars in eclipse path | Reinier 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 import | Reinier Zwitserloot | |
2021-09-06 | Replace val with native final var in Java >= 10 | Rawi01 | |
2021-08-18 | [jdk17] Add support for sealed classes | Rawi01 | |
2021-08-18 | [jdk17] Add support for guard/parenthesized pattern | Rawi01 | |
2021-08-18 | [jdk17] Add support for default cases | Rawi01 | |
2021-08-17 | [fixes #2907] Keep record compact constructor parameters | Rawi01 | |
2021-08-15 | [fixes #2926] WrittenNamesFinder can now detect generated writes | Rawi01 | |
2021-06-10 | SneakyThrows.java fix typo - return String instead void | Roman Ivanov | |
2021-06-05 | [fixes #2863] Clone primitive types | Rawi01 | |
2021-06-04 | Followup build fix related to commit 17ac9e77a5 | Reinier Zwitserloot | |
That commit added a stub for com.sun.tools.javac.comp.ArgumentAttr: When compiling against stubstubs, the requisite JCTree.Visitor nested class doesn't exist; added this to the existing JCTree stubs-for-the-stubs | |||
2021-06-04 | Merge pull request #2822 from FlorentMouysset/master | Reinier Zwitserloot | |
Fix @CustomLog-key in lombok.config for some error messages. Issue #2821 | |||
2021-06-04 | Merge pull request #2816 from Rawi01/val-switch-expression | Reinier Zwitserloot | |
Resolve variables in switch expressions | |||
2021-06-03 | [fixes #2838] Handle anonymous classes properly | Rawi01 | |
Generated qualified names (e.g. Outer.Inner) now stop at anonymous classes instead of adding an empty part. All handlers that add static fields/methods/types now add error messages instead of generating invalid code. | |||
2021-06-03 | Merge pull request #2815 from Rawi01/var-val-cache | Reinier Zwitserloot | |
Cleanup internal argument cache |