edu.umd.cs.findbugs.gui2
public final class SourceCodeDisplay extends Object implements Runnable
| Field Summary | |
|---|---|
| JavaSourceDocument | myDocument |
| Method Summary | |
|---|---|
| void | clearCache() |
| void | displaySource(BugInstance bug, SourceLineAnnotation source) |
| int | find(String target) |
| int | findNext(String target) |
| int | findPrevious(String target) |
| void | foundItem(int lineNum) |
| void | run() |
| void | showLine(int line) |