Suppress sonar issue

This commit is contained in:
René Pfeuffer
2018-12-11 11:36:51 +01:00
parent d31090bcd4
commit cdf2f2e238
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ import java.util.Collections;
* @author Sebastian Sdorra
* @version 1.6
*/
@SuppressWarnings("squid:MaximumInheritanceDepth") // exceptions have a deep inheritance depth themselves; therefore we accept this here
public class NotSupportedFeatureException extends BadRequestException {
private static final long serialVersionUID = 256498734456613496L;

View File

@@ -3,6 +3,7 @@ package sonia.scm.user;
import sonia.scm.BadRequestException;
import sonia.scm.ContextEntry;
@SuppressWarnings("squid:MaximumInheritanceDepth") // exceptions have a deep inheritance depth themselves; therefore we accept this here
public class ChangePasswordNotAllowedException extends BadRequestException {
private static final String CODE = "9BR7qpDAe1";

View File

@@ -3,6 +3,7 @@ package sonia.scm.user;
import sonia.scm.BadRequestException;
import sonia.scm.ContextEntry;
@SuppressWarnings("squid:MaximumInheritanceDepth") // exceptions have a deep inheritance depth themselves; therefore we accept this here
public class InvalidPasswordException extends BadRequestException {
private static final String CODE = "8YR7aawFW1";