Age | Commit message (Collapse) | Author |
|
args.
|
|
javac/delombok.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugfix/builder with tolerate
|
|
fix of the issue 1228
|
|
|
|
time error "variable initializer is 'null'"
|
|
arrays in Eclipse
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
regardless of annotations.
|
|
of default methods should be restricted to java8+
|
|
params of abstract methods. The warning has been eliminated.
|
|
|
|
|
|
Conflicts:
doc/changelog.markdown
src/core/lombok/eclipse/handlers/HandleBuilder.java
|
|
Conflicts:
doc/changelog.markdown
|
|
|
|
|
|
|
|
of null values; this reduces collisions.
|
|
|
|
@UtilityClass makes static) with initializers, in eclipse.
also updates the changelog more generally, it was lacking some recent work.
|
|
|
|
sensitive file systems had problems running tests. Fixed it by renaming the whole file, as I know renames on case INsensitive file systems to fix capitalization usually doesn’t work well either.
|
|
annotations.
|
|
static contexts (enums, interfaces, and annotation declarations). Also added tests to test for these.
|
|
|