Uses of Class
edu.umd.cs.findbugs.sarif.Location.LogicalLocation
Packages that use Location.LogicalLocation
Package
Description
The package providing a
BugReporter 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.LogicalLocationModifier and TypeFieldDescriptionprivate final List<Location.LogicalLocation> Location.logicalLocationsMethods in edu.umd.cs.findbugs.sarif that return Location.LogicalLocationModifier and TypeMethodDescription(package private) static Location.LogicalLocationLocation.LogicalLocation.fromStackTraceElement(StackTraceElement element) Methods in edu.umd.cs.findbugs.sarif that return types with arguments of type Location.LogicalLocationModifier and TypeMethodDescription(package private) static Optional<Location.LogicalLocation> Location.LogicalLocation.fromBugInstance(BugInstance bugInstance) Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Location.LogicalLocationModifierConstructorDescription(package private)Location(Location.PhysicalLocation physicalLocation, Collection<Location.LogicalLocation> logicalLocations)