Package edu.umd.cs.findbugs.workflow
Class SourceSearcher
- java.lang.Object
-
- edu.umd.cs.findbugs.workflow.SourceSearcher
-
public class SourceSearcher extends java.lang.Object
- Author:
- pugh
-
-
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)
-
-
-
Constructor Detail
-
SourceSearcher
public SourceSearcher(Project project)
-
-
Method Detail
-
findSource
public boolean findSource(SourceLineAnnotation srcLine)
-
findSource0
public boolean findSource0(SourceLineAnnotation srcLine)
-
-