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

[feature request] allow loading of classes on failure #241

Open
Decencies opened this issue Nov 13, 2024 · 1 comment
Open

[feature request] allow loading of classes on failure #241

Decencies opened this issue Nov 13, 2024 · 1 comment
Labels
backend affects the enigma backend enhancement New feature or request user interface affects the enigma ui

Comments

@Decencies
Copy link
Contributor

When a class from a JAR file fails to parse, it should be possible to load the rest of the classes, disregarding any information which could not be successfully inferred by the erroneous class.

@ix0rai ix0rai added enhancement New feature or request backend affects the enigma backend user interface affects the enigma ui labels Nov 13, 2024
@Decencies
Copy link
Contributor Author

In my case the fix was as simple as removing:

throw new RuntimeException("Failed to analyze " + methodNode.name, e);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend affects the enigma backend enhancement New feature or request user interface affects the enigma ui
Projects
None yet
Development

No branches or pull requests

2 participants