Uses of Interface
edu.umd.cs.findbugs.ba.SourceFileDataSource
Packages that use SourceFileDataSource
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of SourceFileDataSource in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement SourceFileDataSourceModifier and TypeClassDescriptionclass
Data source for source files which are stored in the filesystem.class
A source file data source for source files residing in Zip or Jar archives.Fields in edu.umd.cs.findbugs.ba declared as SourceFileDataSourceMethods in edu.umd.cs.findbugs.ba that return SourceFileDataSourceModifier and TypeMethodDescriptionSourceFinder.BlockingSourceRepository.getDataSource
(String fileName) SourceFinder.DirectorySourceRepository.getDataSource
(String fileName) SourceFinder.InMemorySourceRepository.getDataSource
(String fileName) SourceFinder.SourceRepository.getDataSource
(String fileName) SourceFinder.ZipSourceRepository.getDataSource
(String fileName) Constructors in edu.umd.cs.findbugs.ba with parameters of type SourceFileDataSource