Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not correctly showing bytecode for inner-class of library file #18

Closed
master801 opened this issue Aug 13, 2015 · 3 comments
Closed

Not correctly showing bytecode for inner-class of library file #18

master801 opened this issue Aug 13, 2015 · 3 comments

Comments

@master801
Copy link

master801 commented Aug 13, 2015

Short explanation:
Does not correctly show the bytecode for an inner-class of a class in a library (jar-file).

More in-depth explanation:
When I open a class file from a external library (say for instance, a jar file) and it has an inner-class, when attempting to show the bytecode for the inner-class, it will instead show the bytecode for the actual class and not the inner-class.

This is not an issue for actual class files (that are made in the project), however it is an issue for classes in libraries.

Versions used:
ASM Bytecode Outline: 0.3.5
IntelliJ IDEA 15 EAP Community edition : IC-142.3926.4
Java JDK & JRE: 1.7-80 & 1.8-45

Note: The plugin worked perfectly fine when on older version of IntelliJ, except for this minor issue.

If you need more info about this, or I am perhaps not explaining the issue correctly or simply overcomplicating the issue, please let me know so I may fix it.

I'm not sure if this happens to anonymous classes, but I'd imagine that it's also happening for it, too.

@Clashsoft
Copy link

I am having the same problem, yet it has not been adressed for almost two years now.

@Clashsoft
Copy link

@master801 why did you close this? The issue still persists.

@Tankonyako
Copy link

yes this issue not fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants