Uses of Class
edu.umd.cs.findbugs.ba.SourceFile
Packages that use SourceFile
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of SourceFile in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as SourceFileModifier and TypeFieldDescriptionprivate final SourceFile
SourceFile.LineNumberMapBuilder.sourceFile
Methods in edu.umd.cs.findbugs.ba that return SourceFileModifier and TypeMethodDescriptionSourceFinder.findSourceFile
(SourceLineAnnotation source) SourceFinder.findSourceFile
(String packageName, String fileName) Open a source file in given package.Method parameters in edu.umd.cs.findbugs.ba with type arguments of type SourceFileModifier and TypeMethodDescriptionprotected boolean
SourceFinder.Cache.removeEldestEntry
(Map.Entry<String, SourceFile> eldest) Constructors in edu.umd.cs.findbugs.ba with parameters of type SourceFile -
Uses of SourceFile in edu.umd.cs.findbugs.sourceViewer
Fields in edu.umd.cs.findbugs.sourceViewer declared as SourceFileModifier and TypeFieldDescription(package private) final SourceFile
JavaSourceDocument.sourceFile
Methods in edu.umd.cs.findbugs.sourceViewer that return SourceFileConstructors in edu.umd.cs.findbugs.sourceViewer with parameters of type SourceFile -
Uses of SourceFile in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow with parameters of type SourceFileModifier and TypeMethodDescriptionprivate void
CopyBuggySource.copySourceFile
(String fullName, SourceFile sourceFile)