Launch the Findbugs GUI. It will use all the parameters in the POM fle.
Type | Name and description |
---|---|
java.util.ResourceBundle |
bundle Resource bundle for a specific locale. |
java.io.File |
classFilesDirectory Directory containing the class files for FindBugs to analyze. |
java.lang.Boolean |
debug turn on Findbugs debugging |
java.lang.String |
effort Effort of the bug finders. |
java.lang.String |
encoding The file encoding to use when reading the source files. |
java.io.File |
findbugsXmlOutputDirectory Specifies the directory where the findbugs native xml output will be generated. |
static java.util.Locale |
locale locale to use for Resource bundle. |
int |
maxHeap Maximum Java heap size in megabytes (default=512). |
java.util.ArrayList |
pluginArtifacts List of artifacts this plugin depends on. |
java.lang.String |
pluginList The plugin list to include in the report. |
org.apache.maven.project.MavenProject |
project Maven Project |
Constructor and description |
---|
FindBugsGui
() |
Type | Name and description |
---|---|
void |
execute() |
Methods inherited from class | Name |
---|---|
class org.apache.maven.plugin.AbstractMojo |
org.apache.maven.plugin.AbstractMojo#execute(), org.apache.maven.plugin.AbstractMojo#getPluginContext(), org.apache.maven.plugin.AbstractMojo#setPluginContext(java.util.Map), org.apache.maven.plugin.AbstractMojo#setLog(org.apache.maven.plugin.logging.Log), org.apache.maven.plugin.AbstractMojo#getLog(), org.apache.maven.plugin.AbstractMojo#wait(long, int), org.apache.maven.plugin.AbstractMojo#wait(long), org.apache.maven.plugin.AbstractMojo#wait(), org.apache.maven.plugin.AbstractMojo#equals(java.lang.Object), org.apache.maven.plugin.AbstractMojo#toString(), org.apache.maven.plugin.AbstractMojo#hashCode(), org.apache.maven.plugin.AbstractMojo#getClass(), org.apache.maven.plugin.AbstractMojo#notify(), org.apache.maven.plugin.AbstractMojo#notifyAll() |
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() |
Resource bundle for a specific locale.
Directory containing the class files for FindBugs to analyze.
turn on Findbugs debugging
Effort of the bug finders. Valid values are Min, Default and Max.
The file encoding to use when reading the source files. If the property project.build.sourceEncoding
is not set, the platform default encoding is used. Note: This parameter always overrides the
property charset
from Checkstyle's TreeWalker
module.
Specifies the directory where the findbugs native xml output will be generated.
locale to use for Resource bundle.
Maximum Java heap size in megabytes (default=512).
List of artifacts this plugin depends on. Used for resolving the Findbugs coreplugin.
The plugin list to include in the report. This is a FindBugsInfo.COMMA-delimited list.
Maven Project
Groovy Documentation