Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
support.
|
|
|
|
|
|
|
|
|
|
Added name to AUTHORS file. Added ECJ fix and test. Made one of the
variables final to also verify the final error case.
|
|
|
|
|
|
|
|
|
|
reverted HandleConstructor to original state
moved generation of builder-based constructor to HandleBuilder
|
|
|
|
|
|
# Conflicts:
# src/core/lombok/eclipse/handlers/HandleBuilder.java
# src/core/lombok/eclipse/handlers/HandleConstructor.java
# src/core/lombok/javac/handlers/HandleBuilder.java
# src/core/lombok/javac/handlers/HandleConstructor.java
|
|
|
|
|
|
|
|
|
|
args.
|
|
javac/delombok.
|
|
method. whoops.
|
|
|
|
|
|
|
|
|
|
|
|
don’t make it final via `@FieldDefaults`.
|
|
size issues with swing’s… peculiar layouting mechanism.
|
|
‘eclipse’ (or STS or whatnot), to any depth, instead of requiring each subdir to be searched to again contain ‘eclipse’ or some variant thereof.
The mac installer installs to /Applications/eclipse/java-neon, for example, by default, so it wasn’t being found.
|
|
(to suppress an expected and in this case analysed to be harmless, intentional use of our own deprecated API)
|
|
|
|
|
|
on me and I’d like to know the classloader when that happens (error condition was loading lombok.jar as an AP in eclipse which normally you don’t even do, so it’s not a big deal).
|
|
|
|
|
|
|
|
|
|
duplicate class def errors in eclipse.
|
|
|
|
|
|
Generates the null check on the constructor parameter instead of the
instance field. Fix for issues #869 and #1018.
|
|
|
|
constructor (typemirrors).
|