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
We have checks that recommend switching exceptions with constant-string messages to safe-logging, but we are missing checks to enforce that messages stay constant across future changes.
What happened?
We do not validate against
thow new SafeIllegalStateException("Hello " + name)
What did you want to happen?
Validation should match what is applied to the safe-logging preconditions "factory" methods.
The text was updated successfully, but these errors were encountered: