Age | Commit message (Collapse) | Author |
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
implemented support for annotation arrays as annotation attributes in javac
|
|
how lombok’s execution path works. See pull request #71
|
|
the one that was NOT being used for the website.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/experimental/SuperBuilder.java
|