You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aboutexecutor.execute(A)
and Procyon will try to inline thatA
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.The text was updated successfully, but these errors were encountered: