Uses of Enum
com.google.errorprone.BugPattern.SeverityLevel
Packages that use BugPattern.SeverityLevel
Package
Description
Checks added to the java compiler which detect common bug patterns.
A predicate DSL for matching javac AST nodes.
-
Uses of BugPattern.SeverityLevel in com.google.errorprone
Subclasses with type arguments of type BugPattern.SeverityLevel in com.google.errorproneModifier and TypeClassDescriptionstatic enum
The severity of the diagnostic.Fields in com.google.errorprone declared as BugPattern.SeverityLevelMethods in com.google.errorprone that return BugPattern.SeverityLevelModifier and TypeMethodDescriptionBugCheckerInfo.defaultSeverity()
BugCheckerInfo.severity
(Map<String, BugPattern.SeverityLevel> severities) static BugPattern.SeverityLevel
Returns the enum constant of this type with the specified name.static BugPattern.SeverityLevel[]
BugPattern.SeverityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.errorprone that return types with arguments of type BugPattern.SeverityLevelMethods in com.google.errorprone with parameters of type BugPattern.SeverityLevelModifier and TypeMethodDescriptionBugCheckerInfo.withCustomDefaultSeverity
(BugPattern.SeverityLevel defaultSeverity) Method parameters in com.google.errorprone with type arguments of type BugPattern.SeverityLevelModifier and TypeMethodDescriptionstatic VisitorState
VisitorState.createConfiguredForCompilation
(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Return a VisitorState configured for a new compilation, including Error Prone configuration.BugCheckerInfo.severity
(Map<String, BugPattern.SeverityLevel> severities) Constructor parameters in com.google.errorprone with type arguments of type BugPattern.SeverityLevelModifierConstructorDescriptionVisitorState
(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Deprecated. -
Uses of BugPattern.SeverityLevel in com.google.errorprone.bugpatterns
Methods in com.google.errorprone.bugpatterns that return BugPattern.SeverityLevel -
Uses of BugPattern.SeverityLevel in com.google.errorprone.matchers
Methods in com.google.errorprone.matchers that return BugPattern.SeverityLevelMethods in com.google.errorprone.matchers with parameters of type BugPattern.SeverityLevelModifier and TypeMethodDescriptionDescription.applySeverityOverride
(BugPattern.SeverityLevel severity) Internal-only.Description.Builder.overrideSeverity
(BugPattern.SeverityLevel severity) -
Uses of BugPattern.SeverityLevel in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner that return types with arguments of type BugPattern.SeverityLevelModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap
<String, BugPattern.SeverityLevel> ScannerSupplier.severities()
ErrorProneScanner.severityMap()
Scanner.severityMap()
Returns a mapping between the canonical names of checks and theirBugPattern.SeverityLevel
.Constructor parameters in com.google.errorprone.scanner with type arguments of type BugPattern.SeverityLevelModifierConstructorDescriptionErrorProneScanner
(Iterable<BugChecker> checkers, Map<String, BugPattern.SeverityLevel> severities) Create an error-prone scanner for a non-hardcoded set of checkers.
VisitorState.createConfiguredForCompilation(com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener, java.util.Map<java.lang.String, com.google.errorprone.BugPattern.SeverityLevel>, com.google.errorprone.ErrorProneOptions)
.