Age | Commit message (Collapse) | Author |
|
|
|
`@Wither`.
|
|
instead of `@With`
|
|
Skip records for field defaults via config
|
|
|
|
fixing beanspec tests
|
|
Resolve var/val only once in eclipse
|
|
|
|
|
|
feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updated changelog with recent changes
|
|
Add syntax highlighting and javadoc to language server (VSCode)
|
|
|
|
|
|
Move 'val' -> 'final var' code to patch method
|
|
|
|
|
|
setters' list.
|
|
|
|
|
|
|
|
Add support for JDK17
|
|
Keep record compact constructor parameters
|
|
Clone primitive types
|
|
Handle anonymous classes properly
|
|
Also copy vartype.type in TreeMirrorMaker
|
|
Fix "Use modifier 'final' where possible" cleanup
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2870
|
|
|
|
|
|
|
|
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
|
|
Fix @CustomLog-key in lombok.config for some error messages. Issue #2821
|