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
The interface provides configurable methods to
TextUICommandLine.-
Field Summary
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOutputStream(PrintStream outputStream) voidsetRankThreshold(int threshold) voidsetUseLongBugCodes(boolean useLongBugCodes) Methods inherited from interface edu.umd.cs.findbugs.BugReporter
addObserver, finish, getBugCollection, getPriorityAdjuster, getProjectStats, reportBug, reportQueuedErrors, setErrorVerbosity, setPriorityAdjuster, setPriorityThresholdMethods inherited from interface edu.umd.cs.findbugs.classfile.IClassObserver
observeClassMethods inherited from interface edu.umd.cs.findbugs.classfile.IErrorLogger
logError, logError, reportMissingClass, reportMissingClass, reportMissingClass, reportSkippedAnalysis
-
Method Details
-
setRankThreshold
void setRankThreshold(int threshold) -
setUseLongBugCodes
void setUseLongBugCodes(boolean useLongBugCodes) -
setOutputStream
-