| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFindBugsEngine.addFilter(String filterFileName,
boolean include)
Set filter of bug instances to include or exclude.
|
void |
FindBugs2.addFilter(String filterFileName,
boolean include) |
void |
TextUICommandLine.configureEngine(IFindBugsEngine findBugs) |
static BugReporter |
FindBugs.configureFilter(BugReporter bugReporter,
String filterFileName,
boolean include)
Configure the (bug instance) Filter for the given DelegatingBugReporter.
|
static void |
FindBugs.processCommandLine(TextUICommandLine commandLine,
String[] argv,
IFindBugsEngine findBugs)
Process the command line.
|
Copyright © 2003–2015. All rights reserved.