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.23.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.24.0
Choose a head ref
  • 8 commits
  • 37 files changed
  • 6 contributors

Commits on Dec 9, 2025

  1. Add test for Kotlin

    Laurens-W committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    edf6bcd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    76041b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    69f23b7 View commit details
    Browse the repository at this point in the history
  2. Recipe to check that Kotlin test methods return Unit (#871)

    * Recipe to check that Kotlin test methods return Unit
    
    * fix comment
    
    * style fixes
    
    * Apply formatter
    
    * Minor polish & get tests running using `typeValidationOptions`
    
    * Add a `UsesType` precondition
    
    * Drop shared method
    
    * Include recipe with `JupiterBestPractices`
    
    * Inline `hasMarker`
    
    * Remove unused import
    
    * Minimize conditional flows in `visitMethodDeclaration`
    
    * Further minimization
    
    * Document why we've disabled type information checks
    
    ---------
    
    Co-authored-by: Greg Dennis <greg.dennis@airbnb.com>
    Co-authored-by: Tim te Beek <tim@moderne.io>
    3 people authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    f378cb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    42c22af View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Reorder maybeRemoveImport before maybeAddImport (#873)

    * Reorder `maybeRemoveImport` before `maybeAddImport`
    
    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.RemoveImportBeforeAddImport?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl
    
    Co-authored-by: Moderne <team@moderne.io>
    
    * Updated expectations after removing imports before addition
    
    ---------
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    9803871 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Only match methods with test annotations

    Fixes #874
    timtebeek committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    20cca13 View commit details
    Browse the repository at this point in the history
  2. Add test for Kotlin (#876)

    * Add test for Kotlin
    
    * Add test for Kotlin
    Laurens-W authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    5459e88 View commit details
    Browse the repository at this point in the history
Loading