Uses of Class
edu.umd.cs.findbugs.ba.SourceFile
-
Packages that use SourceFile 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.edu.umd.cs.findbugs.sourceViewer edu.umd.cs.findbugs.workflow -
-
Uses of SourceFile in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as SourceFile Modifier and Type Field Description private SourceFile
SourceFile.LineNumberMapBuilder. sourceFile
Methods in edu.umd.cs.findbugs.ba that return SourceFile Modifier and Type Method Description SourceFile
SourceFinder. findSourceFile(SourceLineAnnotation source)
SourceFile
SourceFinder. findSourceFile(java.lang.String packageName, java.lang.String fileName)
Open a source file in given package.Method parameters in edu.umd.cs.findbugs.ba with type arguments of type SourceFile Modifier and Type Method Description protected boolean
SourceFinder.Cache. removeEldestEntry(java.util.Map.Entry<java.lang.String,SourceFile> eldest)
Constructors in edu.umd.cs.findbugs.ba with parameters of type SourceFile Constructor Description LineNumberMapBuilder(SourceFile sourceFile)
-
Uses of SourceFile in edu.umd.cs.findbugs.sourceViewer
Fields in edu.umd.cs.findbugs.sourceViewer declared as SourceFile Modifier and Type Field Description (package private) SourceFile
JavaSourceDocument. sourceFile
Methods in edu.umd.cs.findbugs.sourceViewer that return SourceFile Modifier and Type Method Description SourceFile
JavaSourceDocument. getSourceFile()
Constructors in edu.umd.cs.findbugs.sourceViewer with parameters of type SourceFile Constructor Description JavaSourceDocument(java.lang.String title, java.io.Reader in, SourceFile theSource)
-
Uses of SourceFile in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow with parameters of type SourceFile Modifier and Type Method Description private void
CopyBuggySource. copySourceFile(java.lang.String fullName, SourceFile sourceFile)
-