forked from JavaTX/JavaCompilerCore
e.printStackTrace in MethodCall entfernt
This commit is contained in:
parent
0ceae1ebb7
commit
2ef7bae78a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user