| org.acm.seguin.findbugs.FindBugsFrame
FindBugsFrame | public class FindBugsFrame extends edu.umd.cs.findbugs.gui.FindBugsFrame (Code) | | The main GUI frame for FindBugs.
author: David Hovemeyer |
Inner Class :public static class ConsoleLogger extends edu.umd.cs.findbugs.gui.ConsoleLogger | |
createFindBugsPanel | public static JRootPane createFindBugsPanel(Frame aView)(Code) | | Description of the Method
Parameters: aView - Description of Parameter Description of the Returned Value |
error | public void error(String message)(Code) | | Show an error dialog.
Parameters: message - Description of Parameter |
getAWTFrame | protected Frame getAWTFrame()(Code) | | Gets the AWTFrame attribute of the FindBugsFrame object
The AWTFrame value |
getLogger | public edu.umd.cs.findbugs.gui.ConsoleLogger getLogger()(Code) | | Gets the Logger attribute of the FindBugsFrame object
The Logger value |
viewSource | public boolean viewSource(Project project, AnalysisRun analysisRun, SourceLineAnnotation srcLine) throws IOException(Code) | | Update the source view window.
Parameters: project - the project (containing the source directories to search) Parameters: analysisRun - the analysis run (containing the mapping of classes to source files) Parameters: srcLine - the source line annotation (specifying source file to load and which lines to highlight) Parameters: selected - Description of Parameter true if the source was shown successfully, false otherwise exception: IOException - Description of Exception |
writeToConsole | public void writeToConsole(String message)(Code) | | Write a message to the console window.
Parameters: message - Description of Parameter |
|
|