edu.umd.cs.findbugs.gui
public class RunAnalysisDialog extends JDialog
| Constructor Summary | |
|---|---|
| RunAnalysisDialog(Frame parent, AnalysisRun analysisRun_)
Creates new form RunAnalysisDialog | |
| Method Summary | |
|---|---|
| boolean | exceptionOccurred()
Determine whether or not a fatal exception occurred
during analysis. |
| Exception | getException()
Get the exception that abnormally terminated the analysis. |
| boolean | isCompleted()
The creator of the dialog may call this method to find out whether
or not the analysis completed normally. |
| void | setCompleted(boolean completed) |
| void | setException(Exception e) |