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

[feature][core] Add option to disable inner class move #1817

Closed
skylot opened this issue Apr 12, 2023 · 1 comment
Closed

[feature][core] Add option to disable inner class move #1817

skylot opened this issue Apr 12, 2023 · 1 comment
Assignees
Labels
Core Issues in jadx-core module new feature
Milestone

Comments

@skylot
Copy link
Owner

skylot commented Apr 12, 2023

Now, jadx can detect if class is inner and move its code into parent class. As a result, inner class doesn't have "own" code.
This can be confusing (#1457 (comment)) or can lead to "missing class" issue (#1814).
Additional option will allow changing such behavior and resolve these issues.

@skylot
Copy link
Owner Author

skylot commented May 6, 2023

Done

@skylot skylot closed this as completed May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issues in jadx-core module new feature
Projects
None yet
Development

No branches or pull requests

1 participant