This intention replaces an
if
statement which throws any
java.lang.Throwable
when the condition is
true
and does not have an
else
branch, with an
assert
statement.