INRIA / INRIA/spoon

Update a method calls reference

Open
#5,666 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2k
Forks
392
Avg merge
11h 24m
Merged PRs (30d)
36

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.