edu.umd.cs.findbugs.gui
public final class FindBugsFrame extends JFrame implements LogSync
Constructor Summary | |
---|---|
FindBugsFrame()
Creates new form FindBugsFrame. |
Method Summary | |
---|---|
void | error(String message)
Show an error dialog. |
ProjectFilterSettings | getFilterSettings()
Get the current ProjectFilterSettings. |
Logger | getLogger()
Get the Logger. |
int | getPriorityThreshold()
Get the current priority threshold. |
AnalysisFeatureSetting[] | getSettingList()
Get list of AnalysisFeatureSettings.
|
static void | main(String[] args)
Invoke from the command line.
|
static void | showCommandLineOptions() |
static void | showSynopsis() |
File | verifyFileSelection(File pickedFile)
Fix up the path that is received from JFileChooser, if necessary
Double clicking a directory causes a repeated name, for some reason
such as a:\b\c\c when a:\b\c was chosen |
void | writeToLog(String message)
Write a message to the console window.
|
Returns: list of AnalysisFeatureSettings
Parameters: args the command line arguments
Throws: IOException
Parameters: message the message to write