Skip to content

How to judge if the name and body become stable after a change #34

@lzl-cmd

Description

@lzl-cmd

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

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions