Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Hi
I have removed a typo error of 2 semicolons at the end of two lines
ciao
matteo
|
|
Update `NONNULL_ANNOTATIONS` and `BASE_COPYABLE_ANNOTATIONS`
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|