PerformInvocations corrupts Operandstack

Issue #29 resolved
Frederik Buss-Joraschek created an issue

When not returning any value but throwing a exception, the Method transformResult in the PerformInvocations Trait produces the wrong MethodCallResult (ComputedValueAndException instead of ThrowsException)

public <SomeType> foo(){
        throw new RuntimeException();
}

Comments (2)

  1. Log in to comment