Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Bugfix/builder with tolerate
|
|
fix of the issue 1228
|
|
|
|
|
|
time error "variable initializer is 'null'"
|
|
arrays in Eclipse
|
|
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
|
|
|
|
legal. Also now no longer messes up syntax highlighting in eclipse.
Still need to investigate how to improve autocomplete presence of helper methods.
|
|
|
|
|
|
|
|
equals and hashCode generation when
|
|
pretty print correctly.
|
|
|
|
|
|
|
|
|
|
also handles the changed flag correctly
|
|
spacanowski-master
Conflicts:
test/transform/resource/after-delombok/BuilderSingularGuavaListsSets.java
test/transform/resource/after-ecj/BuilderSingularGuavaListsSets.java
|
|
builderUpdate
|
|
https://github.com/enriquedacostacambio/lombok into enriquedacostacambio-pr-builder-on-instance-methods
Conflicts:
AUTHORS
src/core/lombok/Builder.java
src/core/lombok/eclipse/handlers/HandleBuilder.java
src/core/lombok/javac/handlers/HandleBuilder.java
|
|
javac. Also docs and changelog.
|
|
|
|
prints casts a bit different.
|
|
a few bugs involving these. Also removed the old pretty printer.
|
|
pretty printer).
|
|
|
|
|
|
regardless of annotations.
|
|
of default methods should be restricted to java8+
|
|
params of abstract methods. The warning has been eliminated.
|
|
|
|
|
|
|
|
in JDK8, but we’d print errors in delombok when encountering these.
|
|
Conflicts:
doc/changelog.markdown
src/core/lombok/eclipse/handlers/HandleBuilder.java
|