Package edu.umd.cs.findbugs.workflow
Class SourceSearcher
- java.lang.Object
-
- edu.umd.cs.findbugs.workflow.SourceSearcher
-
public class SourceSearcher extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SourceFinder
sourceFinder
(package private) java.util.HashSet<java.lang.String>
sourceFound
(package private) java.util.HashSet<java.lang.String>
sourceNotFound
-
Constructor Summary
Constructors Constructor Description SourceSearcher(Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
findSource(SourceLineAnnotation srcLine)
boolean
findSource0(SourceLineAnnotation srcLine)
-
-
-
Field Detail
-
sourceFound
final java.util.HashSet<java.lang.String> sourceFound
-
sourceNotFound
final java.util.HashSet<java.lang.String> sourceNotFound
-
sourceFinder
private final SourceFinder sourceFinder
-
-
Constructor Detail
-
SourceSearcher
public SourceSearcher(Project project)
-
-
Method Detail
-
findSource
public boolean findSource(SourceLineAnnotation srcLine)
-
findSource0
public boolean findSource0(SourceLineAnnotation srcLine)
-
-