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

--rename-members fails to rename the members of extended classes #398

Open
Fancymaster1 opened this issue May 20, 2024 · 0 comments
Open
Labels
bug Something isn't working Priority: Medium Medium priority Subsystem: Writing Anything concerning how expressions are written

Comments

@Fancymaster1
Copy link

Vineflower version

1.10.1

Describe the bug

When using --rename-members=1 in cmd, Vineflower fails to remember the renamed members of classes that get extended by other classes, and instead uses the old names in the extended classes.

Example of a class that extends another, retaining the old member names:
image

Example of the class it is extending, with renamed member names:
image

Additional information

Tested on Minecraft Classic 0.0.13a_03, several classes are affected by this, mainly classes extending the entity and tile classes.

@Fancymaster1 Fancymaster1 added the bug Something isn't working label May 20, 2024
@jaskarth jaskarth added Subsystem: Writing Anything concerning how expressions are written Priority: Medium Medium priority labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: Medium Medium priority Subsystem: Writing Anything concerning how expressions are written
Projects
None yet
Development

No branches or pull requests

2 participants