Skip to content

flag to stop inlining #76

@Nambers

Description

@Nambers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions