Skip to content

Allow Fernflower to decompile inner classes #18

@rcx

Description

@rcx

FernflowerDecompiler.java#L99 is the problem.

baseDecompiler.addSpace(new File(cn.name + ".class"), true);
Inner classes need to be added too.
Also, an API for getting inner methods' classnodes is probably a good idea, should be used in the other decompilers like Bytecode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions