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
/
delombok
Age
Commit message (
Expand
)
Author
2020-06-25
Avoid class.getSimpleName except in static initializers or error messages
Roel Spilker
2020-05-07
Delombok prints the ReceiverParameter (this), fixes #2444.
Roel Spilker
2020-01-29
[Fixes #2349] Support for JDK 14
Reinier Zwitserloot
2020-01-20
Close more inputstreams
Roel Spilker
2019-09-25
[jdk13] support for switch expression's yield keyword.
Reinier Zwitserloot
2019-09-25
[jdk13] Added support for printing text blocks (triple quoted strings) in tex...
Reinier Zwitserloot
2019-09-12
Refactored how the type resolver deals with aliases; fixes star import issues.
Reinier Zwitserloot
2019-06-18
[fixes #2140] when pretty-printing (delombok) varargs, only turn array bracke...
Reinier Zwitserloot
2019-05-06
[trivial] replacing all calls to Class.newInstance() with Class.getConstructo...
Reinier Zwitserloot
2019-04-24
[jdk12] adding support for the new nodes introduced for the improvements to s...
Reinier Zwitserloot
2019-04-18
#1040 remove createFormat() method
monosoul
2019-03-26
[fixes #2049] Delombok now figures out usages of ‘var’ and delomboks them...
Reinier Zwitserloot
2019-02-19
[fixes #1997] try-with-resources where the thing you’re guarding is just a ...
Reinier Zwitserloot
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2019-01-22
[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...
Reinier Zwitserloot
2019-01-21
Delombok now also prints explicit no-arg super constructor calls, fixes #2023.
Roel Spilker
2018-11-01
[fixes #1932] We broke the delombok ant task.
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-10-16
[fixes #1795] you can now pass arguments to delombok via file in the same way...
Reinier Zwitserloot
2018-10-16
[Fixes #1848] Added support to delombok for properly handling jigsaw (module-...
Reinier Zwitserloot
2018-10-02
Fixed: command line testing with Javac9+ would fail on all tests that are tes...
Reinier Zwitserloot
2018-06-04
Remove delombok shorthand for onlyChanged, fixes #1705
Roel Spilker
2018-04-10
[delombok] Added an option to emit only changed files.
Reinier Zwitserloot
2018-04-09
Update delombok cmd example. Fixes #1643
Roel Spilker
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
Keep indentations in javadoc. Fixes #1571
Roel Spilker
2017-12-05
[JDK9] fixing delombok’s comment integration in JDK9.
Reinier Zwitserloot
2017-12-04
delombok no longer prints generated outer-instance constructor parameters, fi...
Roel Spilker
2017-12-04
delombok no longer prints generated outer-instance constructor parameters, fi...
Roel Spilker
2017-11-29
delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet.
Reinier Zwitserloot
2017-11-29
some bugfixes for JDK9 support involving the Options system of javac.
Reinier Zwitserloot
2017-11-29
The classpath and bootclasspath params passed to delombok did not apply javac...
Reinier Zwitserloot
2017-11-28
JDK9 support for delombok (and thus, for running the tests under JDK9).
Reinier Zwitserloot
2016-07-19
[trivial] typo in changelog and comment in PrettyPrinter.java
Reinier Zwitserloot
2016-07-19
Fix for issue #1076
Roel Spilker
2016-05-11
Clarify which @Generated annotation is generated
Roel Spilker
2015-12-02
rename the old Processor to make room for a bug-chase version.
Roel Spilker
2015-11-22
[Fixes #970] Eclipse would generate some internal IDE errors if using ‘valâ...
Reinier Zwitserloot
2015-11-22
[Fixes #972] 1-arg lambdas with explicit typing on the argument did not prett...
Reinier Zwitserloot
2015-11-17
add the capability to the testing framework to verify that delombok actually ...
Roel Spilker
2015-11-16
Added a prettyprinter test case with some exotic java constructs, and fixed a...
Reinier Zwitserloot
2015-11-16
bugfix for comments near start of nodes (it would throw off alignment in pret...
Reinier Zwitserloot
2015-11-16
The bulk of the effort for a new pretty printer.
Reinier Zwitserloot
2015-08-18
[Closes #855] [jdk8] annotations are now legit on types and type parameters i...
Reinier Zwitserloot
2015-02-10
[delombok] [bugfix] lambdas with anything but exactly 1 arg would get an extr...
Reinier Zwitserloot
2015-02-08
improved the way lambdas are printed to conform better to style standards (no...
Reinier Zwitserloot
2015-01-30
* Added config key ‘lombok.addGeneratedAnnotation’.
Reinier Zwitserloot
2015-01-30
[i623] added eclipse code for generating @javax.annotation.Generated, and ref...
Reinier Zwitserloot
2015-01-30
Merge branch 'master' of https://github.com/petercgrant/lombok into i623
Reinier Zwitserloot
2015-01-30
[i775] We broke the ant task with shadowloader; fixed again.
Reinier Zwitserloot
[next]