Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
mavenrepo on projectlombok.org, and the branch on git.
|
|
|
|
Collections.emptyList call.
|
|
‘this feature requires ASM5’ error that occurs when patching recent eclipse releases.
|
|
|
|
|
|
|
|
over types from, say, a field, to getter/setter/constructor/builder/wither/etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in javac.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into janrieke-superBuilderNonNull
# Conflicts:
# src/core/lombok/eclipse/handlers/HandleSuperBuilder.java
# src/core/lombok/javac/handlers/HandleSuperBuilder.java
# test/transform/resource/after-delombok/SuperBuilderWithDefaults.java
# test/transform/resource/after-ecj/SuperBuilderWithDefaults.java
|
|
|
|
fixed now (ecj)
|
|
fixed now (javac)
|
|
|
|
|
|
|
|
issues, as we only use the simple name. Actually getting the full module name is a little tricky, but this should do the job.
|
|
|
|
ended up null would cause an NPE during `toBuilder()` invocations.
|
|
should also find next priority for the astvisitors (only the annotation visitors were being considered).
|
|
|
|
java.version contains 1.8.0_131 where ant.java.version only contains 1.8
|
|
|
|
|