PreferJavaUtilFunction
should not convert when used specifically as Guava type
#436
Labels
bug
Something isn't working
How are you running OpenRewrite?
I am using the Maven plugin, and my project is a single module project.
What is the Problem?
Example: in
Collections2.transform(someList, com.google.common.base.Function)
only the function is converted to a jdk equivalent. This breaks the build becausetransform
only accepts a guavaFunction
.Are you interested in contributing a fix to OpenRewrite?
No, sorry
The text was updated successfully, but these errors were encountered: