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
Subclasses with type arguments of type Level in edu.umd.cs.findbugs.sarifModifier and TypeClassDescription(package private) enumAn enum representinglevelproperty.Fields in edu.umd.cs.findbugs.sarif declared as LevelModifier and TypeFieldDescription(package private) final LevelNotification.level(package private) final LevelResult.levelprivate final LevelTaxon.severityLevelMethods in edu.umd.cs.findbugs.sarif that return LevelModifier and TypeMethodDescription(package private) static LevelLevel.fromBugRank(int bugRank) (package private) static LevelLevel.fromWeaknessSeverity(WeaknessSeverity severity) static LevelReturns 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 TaxonTaxon.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