Age | Commit message (Collapse) | Author |
|
jasperreports-plugin due to a
classloader conflict with ECJ
|
|
|
|
|
|
|
|
an error. Fixes #3031
|
|
|
|
|
|
|
|
|
|
|
|
Extract interface + pull up
|
|
|
|
placed inside an enum or interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Resolve variables in switch expressions
|
|
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.
|
|
Cleanup internal argument cache
|
|
|
|
|
|
|