procyon
procyon copied to clipboard
flag to stop inlining
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.