| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| com.puppycrawl.tools.checkstyle.api |
Contains the core API to be used to implement checks.
|
| com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
| com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private SeverityLevel |
Checker.severity
The severity level of any violations found by submodules.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
SarifLogger.renderSeverityLevel(SeverityLevel severityLevel)
Render the severity level into SARIF severity level.
|
| Modifier and Type | Field and Description |
|---|---|
private static SeverityLevel |
Violation.DEFAULT_SEVERITY
The default severity level if one is not specified.
|
private SeverityLevel |
SeverityLevelCounter.level
The severity level to watch out for.
|
private SeverityLevel |
AbstractViolationReporter.severityLevel
The severity level of any violations found.
|
private SeverityLevel |
Violation.severityLevel
The severity level.
|
| Modifier and Type | Method and Description |
|---|---|
static SeverityLevel |
SeverityLevel.getInstance(java.lang.String securityLevelName)
SeverityLevel factory method.
|
SeverityLevel |
AuditEvent.getSeverityLevel()
Gets the audit event severity level.
|
SeverityLevel |
AbstractViolationReporter.getSeverityLevel()
Returns the severity level of the violations generated by this module.
|
SeverityLevel |
Violation.getSeverityLevel()
Gets the severity level.
|
static SeverityLevel |
SeverityLevel.valueOf(java.lang.String name)
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.
|
| Constructor and Description |
|---|
SeverityLevelCounter(SeverityLevel level)
Creates a new counter.
|
Violation(int lineNo,
int columnNo,
int columnCharIndex,
int tokenType,
java.lang.String bundle,
java.lang.String key,
java.lang.Object[] args,
SeverityLevel severityLevel,
java.lang.String moduleId,
java.lang.Class<?> sourceClass,
java.lang.String customMessage)
Creates a new
Violation instance. |
Violation(int lineNo,
int columnNo,
int tokenType,
java.lang.String bundle,
java.lang.String key,
java.lang.Object[] args,
SeverityLevel severityLevel,
java.lang.String moduleId,
java.lang.Class<?> sourceClass,
java.lang.String customMessage)
Creates a new
Violation instance. |
Violation(int lineNo,
int columnNo,
java.lang.String bundle,
java.lang.String key,
java.lang.Object[] args,
SeverityLevel severityLevel,
java.lang.String moduleId,
java.lang.Class<?> sourceClass,
java.lang.String customMessage)
Creates a new
Violation instance. |
Violation(int lineNo,
java.lang.String bundle,
java.lang.String key,
java.lang.Object[] args,
SeverityLevel severityLevel,
java.lang.String moduleId,
java.lang.Class<?> sourceClass,
java.lang.String customMessage)
Creates a new
Violation instance. |
| Modifier and Type | Field and Description |
|---|---|
private SeverityLevel |
WriteTagCheck.tagSeverity
Specify the severity level when tag is found and printed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteTagCheck.setTagSeverity(SeverityLevel severity)
Setter to specify the severity level when tag is found and printed.
|
| Modifier and Type | Field and Description |
|---|---|
private SeverityLevel |
SeverityMatchFilter.severity
Specify the severity level of this filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeverityMatchFilter.setSeverity(SeverityLevel severity)
Setter to specify the severity level of this filter.
|
Copyright © 2001-2022. All Rights Reserved.