Uses of Interface
edu.umd.cs.findbugs.ba.SourceFileDataSource
-
Packages that use SourceFileDataSource Package Description edu.umd.cs.findbugs.ba 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 SourceFileDataSource Modifier and Type Class Description class
FileSourceFileDataSource
Data source for source files which are stored in the filesystem.class
ZipSourceFileDataSource
A source file data source for source files residing in Zip or Jar archives.Constructors in edu.umd.cs.findbugs.ba with parameters of type SourceFileDataSource Constructor Description SourceFile(SourceFileDataSource dataSource)
Constructor.
-