Modify rule S6328: Add exceptions for methods throwing an exception (#772)

This commit is contained in:
quentin-jaquier-sonarsource 2022-02-02 15:12:41 +01:00 committed by GitHub
parent ddb9c3332b
commit f78109d4c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,10 @@ public class MyPermissionEvaluator implements PermissionEvaluator {
}
----
== Exceptions
No issue is reported when the method throws an exception as it might be used to indicate a strong decision.
include::../see.adoc[]
ifdef::env-github,rspecator-view[]