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
If a virtual case refers to a second virtual case which itselfs refers to the first one, this creates an infinite loop and ultimately a 'StackOverflowError'.
Such cycles should be detected or at least the error should be properly catched.
If a virtual case refers to a second virtual case which itselfs refers to the first one, this creates an infinite loop and ultimately a 'StackOverflowError'.
Such cycles should be detected or at least the error should be properly catched.
(see test case attached)
VirtualCaseCycle.zip
The text was updated successfully, but these errors were encountered: