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
The line that is referred to is assertThatIllegalStateException() which is a function from assertj import org.assertj.core.api.Assertions.assertThatIllegalStateException. I'm assuming it uses some mechanism that does not detect that this is a method call.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics.
lockbot
locked as resolved and limited conversation to collaborators
Jun 20, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following code get's flagged with a
ThrowingExceptionsWithoutMessageOrCause
:The line that is referred to is
assertThatIllegalStateException()
which is a function from assertjimport org.assertj.core.api.Assertions.assertThatIllegalStateException
. I'm assuming it uses some mechanism that does not detect that this is a method call.The text was updated successfully, but these errors were encountered: