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

Mapping progress visualizer doesn't properly count renamed members in renamed classes #902

Open
Col-E opened this issue Jan 8, 2025 · 0 comments

Comments

@Col-E
Copy link
Owner

Col-E commented Jan 8, 2025

Describe the bug

When you rename a field in a class, its shown correctly in the mapping progress visualizer.
However, if you then rename the class that declares the fields it will say 0 of the fields are renamed. This is because the aggregate mappings attributes the field to the original name and now the new name, but the progress visualizer does not accommodate for that.

To Reproduce

Steps to reproduce the behavior:

  1. Rename a field in a class
  2. Observe the class in progress viewer, see that the renamed field count is 1/N
  3. Rename the class that declares the field
  4. Observe that the renamed class in the progress viewer has the renamed field count at 0/N

Screenshots

Before renaming anything:

image

After renaming some fields, then the declaring class:

image

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

No branches or pull requests

1 participant