Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 9ee2491427f1522a7689d1c28a816294bcff315b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/experimental/SuperBuilder.java
|
|
|
|
make a heck of a lot of sense and enums aren’t extensible in the first place. Also fixed up a wrong access level; now all existing builder tests pass.
|
|
Also fixed up style and docs, and updated behaviour when using `@Builder(inherit = true)` to error if you have no parent class.
|
|
|
|
using a cached one instead. Fixes issue #1579
|
|
#1579: recycle handlers to avoid excessive garbage collection
|
|
|
|
Add a JavaFileManager class name to KNOWN_JAVA9_FILE_MANAGERS.
|
|
the outer and the inner class have generics, the inner is non-static, and you generate equals/hashcode on the inner.
Note that in general this is just broken; do not put non-static inner classes in generics-carrying classes in the first place!
|
|
|
|
|
|
versioning by oracle.
|
|
only worked in javac, not eclipse.
|