Uses of Class
edu.umd.cs.findbugs.filter.FilterException
Packages that use FilterException
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.-
Uses of FilterException in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that throw FilterExceptionModifier and TypeMethodDescriptionvoidvoidSet filter of bug instances to include or exclude.voidTextUICommandLine.configureEngine(IFindBugsEngine findBugs) static BugReporterFindBugs.configureFilter(BugReporter bugReporter, String filterFileName, boolean include) Configure the (bug instance) Filter for the given DelegatingBugReporter.static voidFindBugs.processCommandLine(TextUICommandLine commandLine, String[] argv, IFindBugsEngine findBugs) Process the command line.