Package edu.umd.cs.findbugs
Interface ConfigurableBugReporter
-
- All Superinterfaces:
BugReporter,IClassObserver,IErrorLogger,RepositoryLookupFailureCallback
- All Known Implementing Classes:
BugCollectionBugReporter,BugReportDispatcher,EmacsBugReporter,HTMLBugReporter,PrintingBugReporter,SarifBugReporter,SortingBugReporter,TextUIBugReporter,XDocsBugReporter,XMLBugReporter
interface ConfigurableBugReporter extends BugReporter
The interface provides configurable methods toTextUICommandLine.
-
-
Field Summary
-
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOutputStream(java.io.PrintStream outputStream)voidsetRankThreshold(int threshold)voidsetUseLongBugCodes(boolean useLongBugCodes)-
Methods inherited from interface edu.umd.cs.findbugs.BugReporter
addObserver, finish, getBugCollection, getProjectStats, reportBug, reportQueuedErrors, setErrorVerbosity, setPriorityThreshold
-
Methods inherited from interface edu.umd.cs.findbugs.classfile.IClassObserver
observeClass
-
Methods inherited from interface edu.umd.cs.findbugs.classfile.IErrorLogger
logError, logError, reportMissingClass, reportMissingClass, reportMissingClass, reportSkippedAnalysis
-
-