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 |
BLANK |
The blank character. |
static java.lang.String |
BUNDLE_NAME |
The name of the property resource bundle (Filesystem). |
static java.lang.String |
CLASS_SUFFIX |
The static class suffix. |
static java.lang.String |
COMMA |
The comma character. |
static java.lang.String |
DESCRIPTION_KEY |
The key to get the description of the Plug-In from the bundle. |
static java.lang.Object |
EOL |
The end of line separator. |
static java.lang.String[] |
EXTENSIONS |
The extensions to search files for. |
static java.lang.String |
NAME_KEY |
The key to get the name of the Plug-In from the bundle. |
static java.lang.String |
PERIOD |
The period character. |
static java.lang.String |
PLUGIN_NAME |
The name of the Plug-In. |
static java.lang.String |
URL |
The url static string. |
static java.lang.String |
URL_SEPARATOR |
The character to separate URL tokens. |
static java.util.Map<java.lang.String, java.lang.String> |
spotbugsEfforts |
The spotbugs efforts as max, min, and default as default. |
static java.util.List<java.lang.String> |
spotbugsPriority |
The spotbugs priority as unknown, high, medium, and low. |
static java.util.Map<java.lang.String, java.lang.String> |
spotbugsThresholds |
The spotbugs thresholds as high, experimental, low, medium, and default as medium. |
The blank character.
The name of the property resource bundle (Filesystem).
The static class suffix.
The comma character.
The key to get the description of the Plug-In from the bundle.
The end of line separator.
The extensions to search files for.
The key to get the name of the Plug-In from the bundle.
The period character.
The name of the Plug-In.
The url static string.
The character to separate URL tokens.
The spotbugs efforts as max, min, and default as default.
The spotbugs priority as unknown, high, medium, and low.
The spotbugs thresholds as high, experimental, low, medium, and default as medium.