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

Multi-mapping with Variable Declaration statement and assignment statement #61

Open
tsantalis opened this issue Mar 25, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@tsantalis
Copy link

facebook/buck@7e104c3

int index = root.getGroupId().lastIndexOf('.');
and
index = artifact.getGroupId().lastIndexOf('.'); (x2)
are mapped to
int index = artifact.getGroupId().lastIndexOf('.');
but
root.getGroupId().lastIndexOf('.') appears as deleted, not matched

Screenshot from 2023-03-25 03-46-02

@tsantalis
Copy link
Author

Screenshot after argument mapping fix:

Screenshot from 2023-03-25 07-25-01

@tsantalis
Copy link
Author

tsantalis commented Mar 25, 2023

@pouryafard75

Although RMiner gives the mapping L161 -> R208, it does not appear in the diff
relativePath = copy(result, project);
return copy(result, project);

Screenshot from 2023-03-25 14-51-52

@pouryafard75 pouryafard75 added the bug Something isn't working label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants