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

flag to stop inlining #76

Open
Nambers opened this issue Nov 12, 2024 · 0 comments
Open

flag to stop inlining #76

Nambers opened this issue Nov 12, 2024 · 0 comments

Comments

@Nambers
Copy link

Nambers commented Nov 12, 2024

Idk if this is expected but try to inline some anonymous class that failed to decompiled will cause java.lang.NullPointerException.

e.g.
there is a Runanble A (anonymous class or lambda) that failed to decompile. But there are codes about executor.execute(A) and Procyon will try to inline that A which will lead to exception.

Mainly I want this flag bc Procyon try to inline the A class everywhere but it's used in ~3 different places and it's painful to change those inline block separately.

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

No branches or pull requests

1 participant