procyon icon indicating copy to clipboard operation
procyon copied to clipboard

flag to stop inlining

Open Nambers opened this issue 1 year ago • 0 comments

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.

Nambers avatar Nov 12 '24 04:11 Nambers