You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the smallest, simplest way to reproduce the problem?
The recipe correctly adapts method invocations to the changed getter naming convention: getTest() -> test(). But it does not do so for method references, i.e. a::getTest remains as it is.
What version of OpenRewrite are you using?
How are you running OpenRewrite?
From the sources of
rewrite-migrate-java
.What is the smallest, simplest way to reproduce the problem?
The recipe correctly adapts method invocations to the changed getter naming convention:
getTest()
->test()
. But it does not do so for method references, i.e.a::getTest
remains as it is.Are you interested in contributing a fix to OpenRewrite?
Yes, I would like to, but could you elaborate on how openrewrite models method references? Is it some kind of member reference?
The text was updated successfully, but these errors were encountered: