Age | Commit message (Collapse) | Author |
|
|
|
|
|
EqualsAndHashCode
|
|
EqualsAndHashCode.
|
|
better with gradle
|
|
Allow gradle incremental compiling with lombok
|
|
where you can include/exclude fields by annotating the fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue #1580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outer type is an interface, caused bugs in ecj.
|
|
IllegalArgumentException.
|
|
|
|
Revert some changes from f540335 which break the build
|
|
change NotAnIdeLocationException to CorruptedIdeLocationException in javadoc for private method create0(String path)
|
|
|
|
|
|
core/lombok/core/AnnotationValues.java to utils/lombok/core/
|
|
to `public static final String` fields, instead of actual string literals, there where you can specify strings in lombok annotation parameters, such as `@ToString(of = MyClass.CONSTANT_FIELD)`. We can’t really fix it, but at least now lombok will error when you do that and describe in detail what’s going wrong.
|
|
generate an error during build to make that more clear. Addresses issue 1659.
|
|
fix #1657: EmptyLombokFileObject: file:// URI must not contain author…
|
|
|
|
|
|
|
|
|
|
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'.
|
|
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
|