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
I have some code that catches a RuntimeException subclass, enriches it with some details and rethrows the same exception instance.
The rule description "catching a checked exception and weakening it to a runtime exception" does not apply.
But nevertheless I get a finding reported by 7.6.0.
The text was updated successfully, but these errors were encountered:
I have some code that catches a
RuntimeException
subclass, enriches it with some details and rethrows the same exception instance.The rule description "catching a checked exception and weakening it to a runtime exception" does not apply.
But nevertheless I get a finding reported by 7.6.0.
The text was updated successfully, but these errors were encountered: