Age | Commit message (Expand) | Author |
2021-08-18 | [jdk17] Add support for sealed classes | Rawi01 |
2021-08-18 | [jdk17] Ignore new strictfp warnings | Rawi01 |
2021-08-18 | [jdk17] Fix ThisParamter test | Rawi01 |
2021-08-18 | [jdk17] Add support for guard/parenthesized pattern | Rawi01 |
2021-04-01 | [record] Print compact constructor after class name | Rawi01 |
2020-10-02 | Rename TryWithResourcesVarRef | Rawi01 |
2020-09-18 | [tests] fixed a test that fails due to, of all things, a javac bug. | Reinier Zwitserloot |
2020-05-07 | Delombok prints the ReceiverParameter (this), fixes #2444. | Roel Spilker |
2020-01-29 | [Fixes #2349] Support for JDK 14 | Reinier Zwitserloot |
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-06-18 | [issue #2140] Reproducing the bug: delombok issue: When you delombok a signat... | Reinier Zwitserloot |
2019-04-24 | [trivial] fatfingered a test file name somehow. | Reinier Zwitserloot |
2019-04-24 | [jdk12] adding support for the new nodes introduced for the improvements to s... | Reinier Zwitserloot |
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-22 | [fixes #2019] Lombok now properly deals with `@NonNull` specifically on the �... | Reinier Zwitserloot |
2017-02-16 | ExoticJava was missing a marker for java7+; as it contains ARM construct, it ... | Reinier Zwitserloot |
2016-07-19 | Fix for issue #1076 | Roel Spilker |
2015-11-22 | [Fixes #972] 1-arg lambdas with explicit typing on the argument did not prett... | Reinier Zwitserloot |
2015-11-16 | Added a prettyprinter test case with some exotic java constructs, and fixed a... | 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 |
2014-05-01 | [java8] Support in delombok for default methods in interfaces | Roel Spilker |
2014-05-01 | [java8] Support in delombok for method references. | Roel Spilker |
2014-05-01 | [java8] Support in delombok for intersection typecast and lambdas | Roel Spilker |
2013-12-11 | [pretty] Make the tests work with the new delombok formatting options. | Roel Spilker |
2013-03-18 | Fixed issue 459: Delombok would choke on try-with-resources. | Reinier Zwitserloot |
2012-10-25 | Empty statements no longer being printed to be consistent with Javac7 which s... | Reinier Zwitserloot |
2011-07-14 | fixed Issue 233: | peichhorn |
2011-05-28 | delombok would put copyright headers in between the 'package' keyword and the... | Philipp Eichhorn |
2010-11-10 | All tests pass! - The test framework has been updated a bit to fit with the n... | Reinier Zwitserloot |
2010-11-06 | Updated documentation on @Log and moved them all to lombok.extern.* | Roel Spilker |
2010-11-03 | big changes to delombok to prep for resolution, when sourcepath and classpath... | Reinier Zwitserloot |
2010-01-07 | Now also testing value= as well as arrays in annotation params. | Reinier Zwitserloot |
2010-01-07 | Added test to ensure interfaces print correctly (test case because 'public' a... | Reinier Zwitserloot |
2010-01-07 | Javac's printer screws up on complex enums. Added tests for this case. | Reinier Zwitserloot |
2009-12-01 | Moved test resource files to a better matching location | Roel Spilker |