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 SourceFileSourceFile.LineNumberMapBuilder. sourceFileMethods in edu.umd.cs.findbugs.ba that return SourceFile Modifier and Type Method Description SourceFileSourceFinder. findSourceFile(SourceLineAnnotation source)SourceFileSourceFinder. 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 booleanSourceFinder.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) SourceFileJavaSourceDocument. sourceFileMethods in edu.umd.cs.findbugs.sourceViewer that return SourceFile Modifier and Type Method Description SourceFileJavaSourceDocument. 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 voidCopyBuggySource. copySourceFile(java.lang.String fullName, SourceFile sourceFile)
-