|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BugReporter | |
---|---|
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. |
edu.umd.cs.findbugs.detect | |
edu.umd.cs.findbugs.gui | |
edu.umd.cs.findbugs.plan |
Uses of BugReporter in edu.umd.cs.findbugs |
---|
Classes in edu.umd.cs.findbugs that implement BugReporter | |
---|---|
class |
AbstractBugReporter
An abstract class which provides much of the functionality required of all BugReporter objects. |
class |
BugCollectionBugReporter
|
class |
DelegatingBugReporter
A BugReporter which delegates all method calls to another BugReporter. |
class |
EmacsBugReporter
BugReporter to output warnings in Emacs format. |
class |
FilterBugReporter
|
class |
HTMLBugReporter
|
class |
PrintingBugReporter
A simple BugReporter which simply prints the formatted message to the output stream. |
class |
SortingBugReporter
A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them. |
class |
TextUIBugReporter
Base class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors. |
class |
XDocsBugReporter
BugReporter to output warnings in xdocs format for Maven. |
class |
XMLBugReporter
Report warnings as an XML document. |
Fields in edu.umd.cs.findbugs declared as BugReporter | |
---|---|
protected BugReporter |
ResourceTrackingDetector.bugReporter
|
Methods in edu.umd.cs.findbugs that return BugReporter | |
---|---|
protected abstract BugReporter |
ByteCodePatternDetector.getBugReporter()
|
BugReporter |
DelegatingBugReporter.getDelegate()
|
BugReporter |
BugReporter.getRealBugReporter()
Get the real bug reporter at the end of a chain of delegating bug reporters. |
BugReporter |
DelegatingBugReporter.getRealBugReporter()
|
BugReporter |
BugCollectionBugReporter.getRealBugReporter()
|
BugReporter |
TextUIBugReporter.getRealBugReporter()
|
BugReporter |
EmacsBugReporter.getRealBugReporter()
|
Methods in edu.umd.cs.findbugs with parameters of type BugReporter | |
---|---|
Detector |
DetectorFactory.create(BugReporter bugReporter)
Create a Detector instance. |
static org.apache.bcel.classfile.JavaClass |
Lookup.findSuperImplementor(org.apache.bcel.classfile.JavaClass clazz,
java.lang.String name,
java.lang.String signature,
BugReporter bugReporter)
|
static java.lang.String |
Lookup.findSuperImplementor(java.lang.String clazz,
java.lang.String name,
java.lang.String signature,
BugReporter bugReporter)
|
void |
DelegatingBugReporter.setDelegate(BugReporter delegate)
Set BugReporter to delegate reported BugInstances to. |
Constructors in edu.umd.cs.findbugs with parameters of type BugReporter | |
---|---|
DelegatingBugReporter(BugReporter delegate)
Constructor. |
|
FilterBugReporter(BugReporter realBugReporter,
Matcher filter,
boolean include)
|
|
FindBugs(BugReporter bugReporter,
Project project)
Constructor. |
|
ResourceTrackingDetector(BugReporter bugReporter)
|
Uses of BugReporter in edu.umd.cs.findbugs.detect |
---|
Methods in edu.umd.cs.findbugs.detect that return BugReporter | |
---|---|
protected BugReporter |
BCPMethodReturnCheck.getBugReporter()
|
BugReporter |
LazyInit.getBugReporter()
|
Uses of BugReporter in edu.umd.cs.findbugs.gui |
---|
Classes in edu.umd.cs.findbugs.gui that implement BugReporter | |
---|---|
class |
SwingGUIBugReporter
BugReporter used by AnalysisRun. |
Constructors in edu.umd.cs.findbugs.gui with parameters of type BugReporter | |
---|---|
AnalysisErrorDialog(java.awt.Frame parent,
boolean modal,
BugReporter reporter)
Creates new form AnalysisErrorDialog |
Uses of BugReporter in edu.umd.cs.findbugs.plan |
---|
Methods in edu.umd.cs.findbugs.plan with parameters of type BugReporter | |
---|---|
void |
AnalysisPass.createDetectors(BugReporter bugReporter)
Create all of the Detectors in this analysis pass. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |