Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openrewrite/rewrite-testing-frameworks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.13.0
Choose a base ref
...
head repository: openrewrite/rewrite-testing-frameworks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.0
Choose a head ref
  • 10 commits
  • 34 files changed
  • 6 contributors

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    4df5ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d4760 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366deb6 View commit details
    Browse the repository at this point in the history
  4. Collapse more consecutive assertions (#769)

    * Collapse more consecutive assertions
    
    Fixes #605
    
    * Fix NPE
    timtebeek authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    5f975f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    c296294 View commit details
    Browse the repository at this point in the history
  2. refactor: OpenRewrite recipe best practices

    2 people authored and app committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    4cc9e3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217d182 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. refactor: OpenRewrite recipe best practices

    2 people authored and app committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    3bb272b View commit details
    Browse the repository at this point in the history
  2. 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>
    JohannisK and timtebeek authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    3da249e View commit details
    Browse the repository at this point in the history
  3. Remove assertTrue(true) and assertFalse(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>
    4 people authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    29a8273 View commit details
    Browse the repository at this point in the history
Loading