clear convertException on new decompilation

This commit is contained in:
honfika@gmail.com
2014-11-30 12:21:59 +01:00
parent 721d6d9574
commit d08025dbd8

View File

@@ -173,6 +173,7 @@ public final class MethodBody implements Cloneable {
return;
}
int timeout = Configuration.decompilationTimeoutSingleMethod.get();
convertException = null;
try {
Callable<Void> callable = new Callable<Void>() {
@Override