You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@skylot Thank you a lot for fixing this issue. Usually my examples are taken from real code. I minimized the code to the root and obfuscated it - every change to my example makes it decompilable. Think of a complex method with 100 or 200 lines that can now be decompiled by this fix. I think the best way to break large apps with large methods is to report and fix all the smaller problems.
Decompiling this sample fails with an error in BlockProcessor pass: "Try blocks wrapping queue limit reached".
I tested with latest git revision 0f00fb9 and openjdk8. Same result with java-input and java-convert.
This sample can be used in unit tests.
The text was updated successfully, but these errors were encountered: