-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi Kui,
I am one of your fans. Thanks for your great work! Recently I am performing a project based on your work. I have a question that needs your help.
In your paper, you introduced that a renamed method name would be collected if (1) the method body is not changed, and (2) the method name and body become stable after the change.
After reading the code, I find that the first condition is ensured by the following line
Line 88 in fb1f87f
| if (!methodBodyChanged(actionSet, delActionSets, insActionSets)) { |
but I did not find the corresponding code towards the second condition. I would appreciate it if you could give me some clues. Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels