aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after
AgeCommit message (Expand)Author
2023-03-22Fix Java12 testsRawi01
2023-03-21[jdk20] Updates support for record patternsRawi01
2022-08-26[jdk19] Add support for record patternRawi01
2022-08-26[jdk19] Add support for new guard patternRawi01
2021-08-18[jdk17] Add support for sealed classesRawi01
2021-08-18[jdk17] Fix ThisParamter testRawi01
2021-08-18[jdk17] Add support for guard/parenthesized patternRawi01
2021-04-01[record] Print compact constructor after class nameRawi01
2020-10-02Rename TryWithResourcesVarRefRawi01
2020-05-07Delombok prints the ReceiverParameter (this), fixes #2444.Roel Spilker
2020-01-29[Fixes #2349] Support for JDK 14Reinier 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
2016-07-19Fix for issue #1076Roel Spilker
2015-11-22[Fixes #972] 1-arg lambdas with explicit typing on the argument did not prett...Reinier Zwitserloot
2015-11-16Added a prettyprinter test case with some exotic java constructs, and fixed a...Reinier Zwitserloot
2015-11-16The 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 interfacesRoel Spilker
2014-05-01[java8] Support in delombok for method references.Roel Spilker
2014-05-01[java8] Support in delombok for intersection typecast and lambdasRoel Spilker
2013-12-11[pretty] Make the tests work with the new delombok formatting options.Roel Spilker
2013-03-18Fixed issue 459: Delombok would choke on try-with-resources.Reinier Zwitserloot
2012-10-25Empty statements no longer being printed to be consistent with Javac7 which s...Reinier Zwitserloot
2011-07-14fixed Issue 233:peichhorn
2011-05-28delombok would put copyright headers in between the 'package' keyword and the...Philipp Eichhorn
2010-11-10All tests pass! - The test framework has been updated a bit to fit with the n...Reinier Zwitserloot
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-01-07Now also testing value= as well as arrays in annotation params.Reinier Zwitserloot
2010-01-07Added test to ensure interfaces print correctly (test case because 'public' a...Reinier Zwitserloot
2010-01-07Javac's printer screws up on complex enums. Added tests for this case.Reinier Zwitserloot
2009-12-01Moved test resource files to a better matching locationRoel Spilker