The reporter controls the generation of the FindBugs report.
Type | Name and description |
---|---|
static java.lang.String |
NOLINE_KEY The key to get the value if the line number is not available. |
java.util.List |
bugClasses |
java.util.ResourceBundle |
bundle The bundle to get the messages from. |
java.util.List |
compileSourceRoots The directories containing the sources to be compiled. |
java.lang.String |
effort The used effort for searching bugs. |
groovy.util.slurpersupport.GPathResult |
findbugsResults |
org.apache.maven.plugin.logging.Log |
log The logger to write logs to. |
java.lang.String |
outputEncoding |
java.io.Writer |
outputWriter The output Writer stream. |
java.util.List |
testSourceRoots |
java.lang.String |
threshold The threshold of bugs severity. |
Constructor and description |
---|
XDocsReporter
(java.util.ResourceBundle bundle, org.apache.maven.plugin.logging.Log log, java.lang.String threshold, java.lang.String effort, java.lang.String outputEncoding) Default constructor. |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.String |
evaluateThresholdParameter(java.lang.String thresholdValue) Returns the threshold string value for the integer input. |
|
void |
generateReport() |
|
protected java.lang.String |
getFindBugsVersion() Gets the Findbugs Version of the report. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The key to get the value if the line number is not available.
The bundle to get the messages from.
The directories containing the sources to be compiled.
The used effort for searching bugs.
The logger to write logs to.
The output Writer stream.
The threshold of bugs severity.
Default constructor.
bundle
- - The Resource Bundle to useReturns the threshold string value for the integer input.
thresholdValue
- The ThresholdValue integer to evaluate.Gets the Findbugs Version of the report.
Groovy Documentation