index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2018-06-01
reverted unnecessary import reordering
Jan Rieke
2018-06-01
support @Builder.Default
Jan Rieke
2018-06-01
handle experimental flag usage
Jan Rieke
2018-05-31
ecj: generate default constructor for builder classes
Jan Rieke
2018-05-31
Revert "ecj: SuperBuilderBasic test passes (removed superconstructor calls)"
Jan Rieke
2018-05-31
second generics test case
Jan Rieke
2018-05-31
ecj: reordering of methods
Jan Rieke
2018-05-31
javac: delete @SuperBuilder when processing it
Jan Rieke
2018-05-30
no custom builders allowed, so there cannot be a toString() method
Jan Rieke
2018-05-30
code formatting, reordering, rename etc.
Jan Rieke
2018-05-30
fixed compiler errors in ant
Jan Rieke
2018-05-30
ecj: fixed compiler errors after revert of HandleBuilder
Jan Rieke
2018-05-30
ecj: revert changes to HandleBuilder (everything in HandleSuperBuilder)
Jan Rieke
2018-05-30
ecj: no empty <> if there are no type params
Jan Rieke
2018-05-30
ecj: type parameters for methods and constructor param
Jan Rieke
2018-05-30
ecj: copy type parameters to builder class
Jan Rieke
2018-05-17
ecj: SuperBuilderBasic test passes (removed superconstructor calls)
Jan Rieke
2018-05-17
ecj: remaining type args for non-generic class builders
Jan Rieke
2018-05-14
ecj: method body for self(); type args for BuilderImpl extends clause
Jan Rieke
2018-05-11
ecj: setter methods now return self()
Jan Rieke
2018-05-11
ecj: type params for constructor, abstract builder class, self method
Jan Rieke
2018-05-06
ecj: builder generics [WIP]
Jan Rieke
2018-04-27
fixed generation problem caused by reusing expressions
Jan Rieke
2018-04-21
first try for Eclipse handler [WIP]
Jan Rieke
2018-04-16
let @SuperBuilder's toString() call super.toString()
Jan Rieke
2018-04-16
avoid name clashes with generics on the annotated class
Jan Rieke
2018-04-15
use superclass generics for abstract builder class' extends clause
Jan Rieke
2018-04-15
consider generics on the annotated class and potential superclass
Jan Rieke
2018-04-14
revert changes to HandleBuilder (everything is in HandleSuperBuilder)
Jan Rieke
2018-04-14
adjusted expected result of test case
Jan Rieke
2018-04-14
include superclass when referring to parent builder
Jan Rieke
2018-04-10
correct return type and statement for @Singular
Jan Rieke
2018-04-10
@Override for overridden methods
Jan Rieke
2018-04-10
apply generics on builder extends clause; fixed builder name generation
Jan Rieke
2018-04-05
build class names not configurable any more; removed toBuilder
Jan Rieke
2018-04-05
wildcards for the constructor parameter
Jan Rieke
2018-04-05
wildcards for the builder() method
Jan Rieke
2018-04-05
more generics; return getInstance() instead of this
Jan Rieke
2018-04-05
generics for the Builder class; generate abstract methods
Jan Rieke
2018-04-05
add javac handler
Jan Rieke
2018-04-04
introduction of `@SuperBuilder` and a testcase.
Reinier Zwitserloot
2018-03-28
[builderParentClass] Code to handle builder on enums removed; that doesn’t ...
Reinier Zwitserloot
2018-03-28
Merge branch 'master' of https://github.com/janrieke/lombok into janrieke-master
Reinier Zwitserloot
2018-03-27
fix javadoc warnings
Roel Spilker
2018-03-27
[trivial] some memoryload improvements by not making a new instance but using...
Reinier Zwitserloot
2018-03-27
Merge pull request #1583 from jramosf/master
Reinier Zwitserloot
2018-03-24
improve compiler detection for jdk9 later.
Takuya Murakami
2018-03-21
[fix] Fix intellij build with jdk10 (#1572)
Takuya Murakami
2018-03-20
[issue #1615] fixes a bug where equals and hashcode would mess up if both the...
Reinier Zwitserloot
2018-03-19
Fresh builds wouldn’t work anymore due to a weird addition in ecj9.
Reinier Zwitserloot
[next]