Age | Commit message (Collapse) | Author |
|
onlyExplicitlyIncluded, didn’t work.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 9ee2491427f1522a7689d1c28a816294bcff315b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently it is "NullPointerException: someFieldName" and that is not very
telling as to the reasons this exception is thrown.
|
|
|
|
|
|
EqualsAndHashCode.
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'.
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|