Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'.
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
|
|
|
|
implemented support for annotation arrays as annotation attributes in javac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/experimental/SuperBuilder.java
|
|
|
|
|
|
cheelio-FieldNameConstants
|
|
Fix for #1617.
|
|
Partially fix for "A save participant caused problems" with Eclipse
|
|
fix #1632: JavacAST: use new Log method for jdk11
|
|
|
|
Some methods of AbstractLog are removed in jdk11.
Fix JavacAST.Jdk9Plus to use new log methods added from jdk9.
|
|
full version string every call.
|