Uses of Class
edu.umd.cs.findbugs.sarif.Taxon
-
Packages that use Taxon Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
implementation which produces report in SARIF format. -
-
Uses of Taxon in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif with type parameters of type Taxon Modifier and Type Field Description private java.util.SortedSet<Taxon>
BugCollectionAnalyser. taxa
Methods in edu.umd.cs.findbugs.sarif that return Taxon Modifier and Type Method Description static Taxon
Taxon. from(java.lang.String id, java.util.UUID guid, java.lang.String shortDescription, java.lang.String fullDescription, Level severityLevel)
Create a new taxon element (see: ยง3.19.3).Methods in edu.umd.cs.findbugs.sarif with parameters of type Taxon Modifier and Type Method Description int
Taxon. compareTo(Taxon other)
-