-
Notifications
You must be signed in to change notification settings - Fork 88
CloseUnclosedStaticMocks: Handle Nested class, qualifiedclass name. #742
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- src/main/java/org/openrewrite/java/testing/mockito/CloseUnclosedStaticMocks.java
- lines 286-285
src/main/java/org/openrewrite/java/testing/mockito/CloseUnclosedStaticMocks.java
Outdated
Show resolved
Hide resolved
src/main/java/org/openrewrite/java/testing/mockito/CloseUnclosedStaticMocks.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/java/testing/mockito/CloseUnclosedStaticMocksTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- src/main/java/org/openrewrite/java/testing/mockito/CloseUnclosedStaticMocks.java
- lines 286-285
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fixes here!
What's changed?
Handle Nested class, qualified mocked class names.
What's your motivation?
Checklist