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: v2.3.1
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: v2.3.2
Choose a head ref
  • 13 commits
  • 36 files changed
  • 5 contributors

Commits on Jan 24, 2024

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

Commits on Jan 26, 2024

  1. JMockit to Mockito Recipe - Bug Fixes and Improvements (#461)

    * Jmockit to Mockito Recipe - handle missing type information or invalid LST more idiomatically
    
    * cleanup and polish
    
    * refactor arguments rewriting to use underlying types rather than LST. Don't treat partial mock statements as setup statements. Handle minTimes and maxTimes jmockit fields.
    
    * improve the type handling, run JMockitExpectationsToMockito first in recipe list
    
    * handle multiple expectations blocks in a method
    
    * fix results population broken during refactor
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    tinder-dthomson and timtebeek authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    268ced4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Feb 2, 2024

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

Commits on Feb 3, 2024

  1. refactor: Update Gradle wrapper

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.gradle.UpdateGradleWrapper?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    2 people authored and app committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    91bbfda View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab53509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96deb2 View commit details
    Browse the repository at this point in the history
  3. refactor: Use Tree.randomId() in LST constructors

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.UseTreeRandomId?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    2 people authored and app committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    b71b4e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. refactor: Remove test prefix from JUnit 5 tests

    2 people authored and app committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6dfe030 View commit details
    Browse the repository at this point in the history
  2. refactor: Remove unused imports

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.RemoveUnusedImports?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    2 people authored and app committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d9893e0 View commit details
    Browse the repository at this point in the history
  3. refactor: Automatically review PRs

    Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/J6z7fPbqf?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    339c068 View commit details
    Browse the repository at this point in the history
  4. refactor: OpenRewrite best practices

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.OpenRewriteBestPractices?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    2 people authored and app committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ffeb630 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9efd68 View commit details
    Browse the repository at this point in the history
Loading