Uses of Class
edu.umd.cs.findbugs.ba.SourceFinder
Packages that use SourceFinder
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of SourceFinder in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as SourceFinderMethods in edu.umd.cs.findbugs that return SourceFinderModifier and TypeMethodDescriptionProject.getSourceFinder()
private SourceFinder
SourceLineAnnotation.getSourceFinder()
This method hands back a SourceFinder for this SourceLineAnnotation. -
Uses of SourceFinder in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return SourceFinderModifier and TypeMethodDescriptionAnalysisContext.getSourceFinder()
Get the SourceFinder, for finding source files. -
Uses of SourceFinder in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with parameters of type SourceFinderModifier and TypeMethodDescriptionprivate static Location.PhysicalLocation
Location.findPhysicalLocation
(BugInstance bugInstance, SourceFinder sourceFinder, Map<URI, String> baseToId) private static Optional
<Location.PhysicalLocation> Location.findPhysicalLocation
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Optional
<Location.ArtifactLocation> Location.ArtifactLocation.fromBugAnnotation
(ClassAnnotation classAnnotation, SourceLineAnnotation bugAnnotation, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Optional
<Location.PhysicalLocation> Location.PhysicalLocation.fromBugAnnotation
(BugInstance bugInstance, SourceFinder sourceFinder, Map<URI, String> baseToId) Location.fromBugInstance
(BugInstance bugInstance, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Notification
Notification.fromError
(AbstractBugReporter.Error error, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Optional
<Location.ArtifactLocation> Location.ArtifactLocation.fromStackTraceElement
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Location
Location.fromStackTraceElement
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Stack.StackFrame
Stack.StackFrame.fromStackTraceElement
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static SarifException
SarifException.fromThrowable
(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Stack
Stack.fromThrowable
(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) private void
BugCollectionAnalyser.processResult
(int index, BugInstance bug, SourceFinder sourceFinder) -
Uses of SourceFinder in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as SourceFinderModifier and TypeFieldDescription(package private) SourceFinder
CopyBuggySource.sourceFinder
private final SourceFinder
SourceSearcher.sourceFinder