Uses of Enum
com.puppycrawl.tools.checkstyle.api.SeverityLevel
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the filters that are bundled with the main distribution.
-
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle
Modifier and TypeFieldDescriptionprivate SeverityLevel
TreeWalker.javaParseExceptionSeverity
Specify severity Level to log Java parsing exceptions when they are skipped.private SeverityLevel
Checker.severity
The severity level of any violations found by submodules.Modifier and TypeMethodDescriptionprivate static String
SarifLogger.renderSeverityLevel
(SeverityLevel severityLevel) Render the severity level into SARIF severity level.void
TreeWalker.setJavaParseExceptionSeverity
(SeverityLevel javaParseExceptionSeverity) Setter to specify the severity level to log Java parsing exceptions when they are skipped. -
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.api
Modifier and TypeFieldDescriptionprivate static final SeverityLevel
Violation.DEFAULT_SEVERITY
The default severity level if one is not specified.private final SeverityLevel
SeverityLevelCounter.level
The severity level to watch out for.private SeverityLevel
AbstractViolationReporter.severityLevel
The severity level of any violations found.private final SeverityLevel
Violation.severityLevel
The severity level.Modifier and TypeMethodDescriptionstatic SeverityLevel
SeverityLevel.getInstance
(String securityLevelName) SeverityLevel factory method.final SeverityLevel
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the violations generated by this module.AuditEvent.getSeverityLevel()
Gets the audit event severity level.Violation.getSeverityLevel()
Gets the severity level.static SeverityLevel
Returns the enum constant of this type with the specified name.static SeverityLevel[]
SeverityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCreates a new counter.Violation
(int lineNo, int columnNo, int columnCharIndex, int tokenType, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newViolation
instance.Violation
(int lineNo, int columnNo, int tokenType, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newViolation
instance.Violation
(int lineNo, int columnNo, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newViolation
instance.Violation
(int lineNo, String bundle, String key, Object[] args, SeverityLevel severityLevel, String moduleId, Class<?> sourceClass, String customMessage) Creates a newViolation
instance. -
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.checks.javadoc
Modifier and TypeFieldDescriptionprivate SeverityLevel
WriteTagCheck.tagSeverity
Specify the severity level when tag is found and printed.Modifier and TypeMethodDescriptionfinal void
WriteTagCheck.setTagSeverity
(SeverityLevel severity) Setter to specify the severity level when tag is found and printed. -
Uses of SeverityLevel in com.puppycrawl.tools.checkstyle.filters
Modifier and TypeFieldDescriptionprivate SeverityLevel
SeverityMatchFilter.severity
Specify the severity level of this filter.Modifier and TypeMethodDescriptionfinal void
SeverityMatchFilter.setSeverity
(SeverityLevel severity) Setter to specify the severity level of this filter.