public class FindBugsParser extends IssueParser
| Modifier and Type | Class and Description |
|---|---|
static class |
FindBugsParser.PriorityProperty
FindBugs 2 and 3 classifies issues using the bug rank and priority (now renamed confidence).
|
static class |
FindBugsParser.XmlBugInstance
Java Bean to create the mapping of hash codes to messages using the Digester XML parser.
|
| Constructor and Description |
|---|
FindBugsParser(FindBugsParser.PriorityProperty priorityProperty)
Creates a new instance of
FindBugsParser. |
| Modifier and Type | Method and Description |
|---|---|
Report |
parse(ReaderFactory readerFactory)
Parses the specified file for issues.
|
accepts, isXmlFilepublic FindBugsParser(FindBugsParser.PriorityProperty priorityProperty)
FindBugsParser.priorityProperty - determines whether to use the rank or confidence when evaluation the Severitypublic Report parse(ReaderFactory readerFactory) throws ParsingException
IssueParserparse in class IssueParserreaderFactory - provides a reader to the reportsParsingException - Signals that during parsing a non recoverable error has been occurredCopyright © 2018. All rights reserved.