openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
111 stars 75 forks source link

Removed subject methods Recipe - Added the recipe to the top List #553

Closed BhavanaPidapa closed 2 months ago

BhavanaPidapa commented 2 months ago

What's changed?

The recipe should change doAs() method with callAs() method. The existing recipe was replacing the wrong Value. Now, updated the recipe with correct values. Added the recipe in the top list.

What's your motivation?

I used org.openrewrite.java.ChangeMethodName for the recipe RemovedSubjectMethods.

Anyone you would like to review specifically?

@timtebeek @cjobinabo

Checklist