e.printStackTrace in MethodCall entfernt

This commit is contained in:
Fayez Abu Alia 2018-11-14 12:51:41 +01:00
parent 0ceae1ebb7
commit 2ef7bae78a

View File

@ -747,7 +747,7 @@ public class BytecodeGenMethod implements StatementVisitor {
} }
methodRefl = getMethod(methodCall.name,methodCall.arglist.getArguments().size(),methCallType, typesOfParams,methods); methodRefl = getMethod(methodCall.name,methodCall.arglist.getArguments().size(),methCallType, typesOfParams,methods);
}catch (Exception e2) { }catch (Exception e2) {
e2.printStackTrace(); //do nothing
} }
} }
methodCall.receiver.accept(this); methodCall.receiver.accept(this);