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
The decompilation (using JDGui 1.4) displays an Exception for functions that use try{}..catch{}..finally{} statements. Remove the finally{} block and it works. Use a try{}..finally{} block and it works.