Uses of Class
edu.umd.cs.findbugs.sarif.Location
-
Packages that use Location Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation which produces report in SARIF format. -
-
Uses of Location in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as Location Modifier and Type Field Description (package private) LocationStack.StackFrame. locationFields in edu.umd.cs.findbugs.sarif with type parameters of type Location Modifier and Type Field Description (package private) java.util.List<Location>Result. locationsMethods in edu.umd.cs.findbugs.sarif that return Location Modifier and Type Method Description (package private) static LocationLocation. fromStackTraceElement(java.lang.StackTraceElement element, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)Methods in edu.umd.cs.findbugs.sarif that return types with arguments of type Location Modifier and Type Method Description (package private) static java.util.Optional<Location>Location. fromBugInstance(BugInstance bugInstance, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)Constructors in edu.umd.cs.findbugs.sarif with parameters of type Location Constructor Description StackFrame(Location location)Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Location Constructor Description Result(java.lang.String ruleId, int ruleIndex, Message message, java.util.List<Location> locations, Level level)
-