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

Do not remap inner class names #30

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

AlessandroPatti
Copy link
Contributor

Prevent PackageRemapper from worgly remapping the inner class names due to wrong assumptions made by the Remapper class. The default implementation does not account for classes ending in $, which is the case for scala objects, causing the inner class name to be wiped.

Copy link
Owner

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @AlessandroPatti!

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

Successfully merging this pull request may close these issues.

2 participants