cnfree / Eclipse-Class-Decompiler

Eclipse Class Decompiler integrates JD, Jad, FernFlower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly
http://www.cpupk.com/decompiler
304 stars 91 forks source link

Inner classes in a class will not decompiled #35

Closed markuschen closed 7 years ago

markuschen commented 7 years ago

Hi!

The issue is present in current eclipse release and also before.

Inner classes, i.e. org.mycompany.mainclass$innerclass will not decompile.

I've tried to decompile the innerclass and also the mainclass, in both cases only the mainclass is shown without the content of the inner classes.

Thanks for your hard work.

yangshankun commented 7 years ago

what't your ellipse version?

RobertZenz commented 7 years ago

Most likely the same as our #13.

TL;DR: Fernflower doesn't show inner classes, switch to a different decompiler.

markuschen commented 7 years ago

This was the problem, thanks für that.