Uses of Class
edu.umd.cs.findbugs.sarif.Location.LogicalLocation
-
Packages that use Location.LogicalLocation Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
implementation which produces report in SARIF format. -
-
Uses of Location.LogicalLocation in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif with type parameters of type Location.LogicalLocation Modifier and Type Field Description private java.util.List<Location.LogicalLocation>
Location. logicalLocations
Methods in edu.umd.cs.findbugs.sarif that return Location.LogicalLocation Modifier and Type Method Description (package private) static Location.LogicalLocation
Location.LogicalLocation. fromStackTraceElement(java.lang.StackTraceElement element)
Methods in edu.umd.cs.findbugs.sarif that return types with arguments of type Location.LogicalLocation Modifier and Type Method Description (package private) static java.util.Optional<Location.LogicalLocation>
Location.LogicalLocation. fromBugInstance(BugInstance bugInstance)
Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Location.LogicalLocation Constructor Description Location(Location.PhysicalLocation physicalLocation, java.util.Collection<Location.LogicalLocation> logicalLocations)
-