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 SourceFinderSourceLineAnnotation.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.PhysicalLocationLocation.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 NotificationNotification.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 LocationLocation.fromStackTraceElement(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Stack.StackFrameStack.StackFrame.fromStackTraceElement(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static SarifExceptionSarifException.fromThrowable(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static StackStack.fromThrowable(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) private voidBugCollectionAnalyser.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) SourceFinderCopyBuggySource.sourceFinderprivate final SourceFinderSourceSearcher.sourceFinder