Full name:
org.codehaus.mojo:findbugs-maven-plugin:2.0-SNAPSHOT:gui
Description:
Launch the Findbugs GUI. It will use all the parameters in the POM fle. FindBugs 1.3.2 GUI does not have a load option.
Attributes:
compile.2.0.| Name | Type | Since | Description |
|---|---|---|---|
| classFilesDirectory | File |
2.0 |
Directory containing the class files for FindBugs to analyze. Default value is: ${project.build.outputDirectory}. |
| findbugsXmlOutputDirectory | File |
2.0 |
Specifies the directory where the findbugs native xml output will
be generated. Default value is: ${project.build.directory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| debug | Boolean |
2.0 |
turn on Findbugs debugging Default value is: false. |
| effort | String |
2.0 |
Effort of the bug finders. Valid values are Min, Default and Max. Default value is: Default. |
| pluginList | String |
2.0 |
The plugin list to include in the report. This is a comma-delimited list. |
Directory containing the class files for FindBugs to analyze.
java.io.File2.0Yes${project.build.outputDirectory}turn on Findbugs debugging
java.lang.Boolean2.0NofalseEffort of the bug finders. Valid values are Min, Default and Max.
java.lang.String2.0NoDefaultSpecifies the directory where the findbugs native xml output will be generated.
java.io.File2.0Yes${project.build.directory}The plugin list to include in the report. This is a comma-delimited list.
java.lang.String2.0No