@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Interface | Description |
|---|---|
| ModuleDetector.FileSystem |
Facade for file system operations.
|
| Class | Description |
|---|---|
| AbstractPackageDetector |
Base class for package detectors.
|
| Categories |
Provides convenience methods to detect categories.
|
| FastRegexpLineParser |
Parses an input stream line by line for compiler warnings using the provided regular expression.
|
| FileReaderFactory |
Provides a
ReaderFactory that returns readers for a given file. |
| FilteredLog |
Filters the log of a
Report instance so that only a limited number of errors will be reported. |
| FingerprintGenerator |
Creates fingerprints for a set of issues.
|
| FullTextFingerprint |
Creates a fingerprint of the specified issue using the source code at the affected line.
|
| Issue |
An issue reported by a static analysis tool.
|
| IssueBuilder |
Creates new
issues using the builder pattern. |
| IssueParser |
Parses a file and returns the issues reported in this file.
|
| LineRange |
A line range in a source file is defined by its first and last line.
|
| LineRangeList | |
| ModuleDetector |
Detects module names by parsing the name of a source file, the Maven pom.xml file or the ANT build.xml file.
|
| PackageNameResolver |
Resolves packages or namespace names for a set of issues.
|
| ReaderFactory |
Provides several useful helper methods to read the contents of a resource that is given by a
Reader. |
| RegexpDocumentParser |
Parses an input stream as a whole document for compiler warnings or issues from a static analysis tool using the
provided regular expression.
|
| RegexpLineParser |
Parses an input stream line by line for compiler warnings using the provided regular expression.
|
| RegexpParser |
Parses an input stream for compiler warnings or issues from a static analysis tool using the provided regular
expression.
|
| Report |
A report contains a set of unique
issues: it contains no duplicate elements, i.e. it models the
mathematical set abstraction. |
| Report.IssueFilterBuilder |
Builds a combined filter based on several include and exclude filters.
|
| SecureDigester |
A secure
Digester implementation that does not resolve external entities. |
| Severity |
Severity of an issue.
|
| XmlElementUtil |
| Exception | Description |
|---|---|
| ParsingCanceledException |
Indicates that parsing has been canceled due to a user initiated interrupt.
|
| ParsingException |
Indicates that during parsing a non recoverable error has been occurred.
|
Copyright © 2018. All rights reserved.