Skip to content
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

Update a method calls reference #5666

Open
jzheng2017 opened this issue Feb 12, 2024 · 0 comments
Open

Update a method calls reference #5666

jzheng2017 opened this issue Feb 12, 2024 · 0 comments

Comments

@jzheng2017
Copy link

jzheng2017 commented Feb 12, 2024

How do I update a method calls references? So let's say I'm using a method from an API with fully qualified name org.example.Example and the function exampleFunction. Let's say in a future version exampleFunction is moved to another class org.example.ExampleV2. Then how do I update all method calls from org.example.Example.exampleFunction to org.example.ExampleV2.exampleFunction. Stuff like imports, type declarations, constructor calls etc.. have to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant