Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed AnyToNullable from declarative to imperative so that it can h… #378

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

nmck257
Copy link
Contributor

@nmck257 nmck257 commented Jul 11, 2023

…ave a precondition on the project using mockito 1.x

closes #377

I expect that nothing and no one is using org.openrewrite.java.testing.mockito.UsesMockitoAll, since it was introduced to act as a declarative applicability test for this recipe. So, removed that too.

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've added the license header to any new files through ./gradlew licenseFormat
  • I've used the IntelliJ auto-formatter on affected files
  • [] I've updated the documentation (if applicable)

…ave a precondition on the project using mockito 1.x

closes openrewrite#377
@sambsnyd sambsnyd merged commit 6e9cdeb into openrewrite:main Jul 11, 2023
1 check passed
@nmck257 nmck257 deleted the bugfix/377 branch July 11, 2023 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

AnyToNullable - no longer checks if project is starting on Mockito 1.x
2 participants