timo-abele
timo-abele
It seems I don't have to specify all my image folders... Context: https://github.com/docToolchain/docToolchain/discussions/1323
This PR demonstrates how to implement a dropdown menu in the microsite documentation. It is not meant to be merged, but be a permanent draft that shows through its commits,...
## What problem are you trying to solve? I would like to switch one constructor call for an other with JavaTemplate. E.g. if a class `A` offers two constructors `A(int...
## What version of OpenRewrite are you using? I am using - Maven plugin v5.18.0 - rewrite-testing-frameworks v2.2.0 ## How are you running OpenRewrite? I am using the Maven plugin,...
## What version of OpenRewrite are you using? I am using - Maven plugin v5.18.0 - rewrite-testing-frameworks v2.2.0 ## How are you running OpenRewrite? I am using the Maven plugin,...
## What version of OpenRewrite are you using? I was using the latest version as of 2024-02-14, I bet this hasn't been fixed in the meantime because it is an...
## What's changed? 3 simple refaster recipes added ## What's your motivation? salvaging the changes in https://github.com/openrewrite/rewrite-testing-frameworks/pull/472 adding missing transformations I noticed. ## Anything in particular you'd like reviewers to...
## How are you running OpenRewrite? I am using the Maven plugin, and my project is a **multi** module project. ```xml openrewrite org.openrewrite.maven rewrite-maven-plugin 5.23.1 org.openrewrite.java.testing.assertj.Assertj true org.openrewrite.recipe rewrite-testing-frameworks 2.4.1...
## What problem are you trying to solve? I have many instances of AssertJ `assertThat(list).hasSize(list2.size())` in my code. ## Describe the solution you'd like The AssertJ best practices recipe should...
## What problem are you trying to solve? I have in my code some (Junit5) `AssertTrue(false, "this shouldn't happen")`, because someone didn't use `fail` when they should have. ## Describe...