-
Notifications
You must be signed in to change notification settings - Fork 57
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
Lambda #419
Lambda #419
Conversation
return METHOD_MATCHERS.stream().anyMatch(matcher -> matcher.matches(methodInvocation)) | ||
&& !style.getIgnoreEqualsIgnoreCase(); |
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.
return METHOD_MATCHERS.stream().anyMatch(matcher -> matcher.matches(methodInvocation)) | |
&& !style.getIgnoreEqualsIgnoreCase(); | |
return METHOD_MATCHERS.stream().anyMatch(matcher -> matcher.matches(methodInvocation)) && | |
!style.getIgnoreEqualsIgnoreCase(); |
src/main/java/org/openrewrite/staticanalysis/EqualsAvoidsNullVisitor.java
Outdated
Show resolved
Hide resolved
This reverts commit 4d0fece.
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 helping showcase what's not yet covered @punkratz312 ! We'll merge this as is, and then any fix can be picked up and reviewed separately. 🙏🏻 All the best towards the end of the year!
enable
lambdaGenerics
and enjoy yourself @timtebeekeinen guten Rusch ins neuen Jahr 🍀