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

[Suggestion] Option to show declared imports #136

Open
ChloeDawn opened this issue May 13, 2019 · 1 comment · May be fixed by #344
Open

[Suggestion] Option to show declared imports #136

ChloeDawn opened this issue May 13, 2019 · 1 comment · May be fixed by #344
Labels
cfr a bug related to the CFR decompiler enhancement procyon a bug related to the Procyon decompiler

Comments

@ChloeDawn
Copy link

It's pretty frustrating sometimes not being able to see where other classes are imported from when viewing a class. Some people might prefer it without the import clutter though so it should probably be an option under the View menu.

@Gegy
Copy link
Collaborator

Gegy commented May 14, 2019

As an alternative it's possible to select tokens to find where the class originates.
Anyway, as it stands, imports might be challenging to implement. The class is decompiled as obfuscated, so the AST doesn't have any imports in it right away. They'd have to be added after-the-fact and evaluated when class names change.

@Runemoro Runemoro added cfr a bug related to the CFR decompiler enhancement procyon a bug related to the Procyon decompiler labels Mar 9, 2020
@Runemoro Runemoro assigned Runemoro and unassigned Runemoro Mar 9, 2020
@YanisBft YanisBft linked a pull request Jan 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cfr a bug related to the CFR decompiler enhancement procyon a bug related to the Procyon decompiler
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants