interface SpotBugsInfo
Generates a Spotbugs Report when the site plugin is run. The HTML report is generated for site commands only. To see more documentation about Spotbugs' options, please see the Spotbugs Manual.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
BACKWARD_SLASH |
|
static java.lang.String |
BLANK |
|
static java.lang.String |
BUNDLE_NAME |
The name of the property resource bundle (Filesystem). |
static java.lang.String |
CLASS_SUFFIX |
|
static java.lang.String |
COMMA |
|
static java.lang.String |
DESCRIPTION_KEY |
The key to get the description of the Plug-In from the bundle. |
static java.lang.Object |
EOL |
|
static java.lang.String |
FORWARD_SLASH |
|
static java.lang.String |
JAVA_REGEX_PATTERN |
The regex pattern to search for java class files. |
static java.lang.String |
JAVA_SOURCES_KEY |
The key to get the java source message of the Plug-In from the bundle. |
static java.lang.String |
NAME_KEY |
The key to get the name of the Plug-In from the bundle. |
static java.lang.String |
PERIOD |
|
static java.lang.String |
PLUGIN_NAME |
The name of the Plug-In. |
static java.lang.String |
SOURCE_ROOT_KEY |
The key to get the source directory message of the Plug-In from the bundle. |
static java.lang.String |
TEST_SOURCE_ROOT_KEY |
The key to get the source directory message of the Plug-In from the bundle. |
static java.lang.String |
URL |
|
static java.lang.String |
URL_SEPARATOR |
The character to separate URL tokens. |
static java.lang.Object |
spotbugsEfforts |
|
static java.lang.Object |
spotbugsPriority |
|
static java.lang.Object |
spotbugsThresholds |
The name of the property resource bundle (Filesystem).
The key to get the description of the Plug-In from the bundle.
The regex pattern to search for java class files.
The key to get the java source message of the Plug-In from the bundle.
The key to get the name of the Plug-In from the bundle.
The name of the Plug-In.
The key to get the source directory message of the Plug-In from the bundle.
The key to get the source directory message of the Plug-In from the bundle.
The character to separate URL tokens.