-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-testing-frameworks
base: v3.13.0
head repository: openrewrite/rewrite-testing-frameworks
compare: v3.14.0
- 10 commits
- 34 files changed
- 6 contributors
Commits on Jul 17, 2025
-
refactor: OpenRewrite Recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 4df5ab1 - Browse repository at this point
Copy the full SHA 4df5ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d4760 - Browse repository at this point
Copy the full SHA 21d4760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366deb6 - Browse repository at this point
Copy the full SHA 366deb6View commit details -
Collapse more consecutive assertions (#769)
* Collapse more consecutive assertions Fixes #605 * Fix NPE
Configuration menu - View commit details
-
Copy full SHA for 5f975f7 - Browse repository at this point
Copy the full SHA 5f975f7View commit details
Commits on Jul 22, 2025
-
refactor: Unwrap else block after return or throw statement (#771)
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.UnwrapElseAfterReturn?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for c296294 - Browse repository at this point
Copy the full SHA c296294View commit details -
refactor: OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 4cc9e3d - Browse repository at this point
Copy the full SHA 4cc9e3dView commit details -
refactor: Inline local variable assignments before return/throw
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.InlineVariable?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 217d182 - Browse repository at this point
Copy the full SHA 217d182View commit details
Commits on Jul 23, 2025
-
refactor: OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 3bb272b - Browse repository at this point
Copy the full SHA 3bb272bView commit details -
Remove all PowerMock imports after migration (#770)
* Added Cleanup recipe to remove all PowerMock imports * format and license * Added jar for tests * Remove unnecessary modifiers * Inline inner class * Use a single parameterized test --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 3da249e - Browse repository at this point
Copy the full SHA 3da249eView commit details -
Remove
assertTrue(true)andassertFalse(false)(#767)* Enhance existing AssertLiteralBooleanToFailRecipe to handle no message calls The existing refaster recipe only handled the method signature where a method is passed. Add additional case for no message passed to the assert Converted from Refaster recipe to maintain existing recipe name. * Add recipe to remove calls to assertTrue or assertFalse where a literal value is passed This case is a no-op and the assertion can never fail, for improved readability this can be removed Additionally add to JUnit5BestPractices recipe. * Apply suggestions from bot code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Remove unused code Co-authored-by: Tim te Beek <timtebeek@gmail.com> * Update static imports test to use specific recipe not full best practice * Use Refaster * Restore original test name * Fix tests for now * Update references * Apply formatter on imports * Update src/test/java/org/openrewrite/java/testing/cleanup/AssertLiteralBooleanRemovedTest.java * Separate the test cases to fix imports --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek <timtebeek@gmail.com> Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 29a8273 - Browse repository at this point
Copy the full SHA 29a8273View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.13.0...v3.14.0