Uses of Enum
edu.umd.cs.findbugs.sarif.Level
Packages that use Level
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Level in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as LevelModifier and TypeFieldDescription(package private) final Level
Notification.level
(package private) final Level
Result.level
private final Level
Taxon.severityLevel
Methods in edu.umd.cs.findbugs.sarif that return LevelModifier and TypeMethodDescription(package private) static Level
Level.fromBugRank
(int bugRank) (package private) static Level
Level.fromWeaknessSeverity
(WeaknessSeverity severity) static Level
Returns the enum constant of this type with the specified name.static Level[]
Level.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.umd.cs.findbugs.sarif with parameters of type LevelModifier and TypeMethodDescriptionstatic Taxon
Taxon.from
(String id, UUID guid, String shortDescription, String fullDescription, Level severityLevel) Create a new taxon element (see: ยง3.19.3).Constructors in edu.umd.cs.findbugs.sarif with parameters of type LevelModifierConstructorDescription(package private)
Notification
(String id, String message, Level level, SarifException exception) (package private)
private