Enhancer for the FindBugs plugin. The FindBugs tasks will be configured to let the build continue
even if violations are found, and to include messages in the XML report. Each task will also have
a TransformingReport added to its convention. This report will, if enabled, create an
HTML report from the XML report by applying an XSL transformation.
| Constructor and description |
|---|
FindBugsEnhancer
(Project pProject)Create an enhancer for the FindBugsPlugin. |
| Type | Name and description |
|---|---|
void |
configureExtension()Configure the FindBugs extension with some opinionated defaults. |
AbstractCheckTaskEnhancer<FindBugs> |
createTaskEnhancer(FindBugs pTask) |
java.lang.Class<FindBugs> |
getTaskClass() |
| Methods inherited from class | Name |
|---|---|
class AbstractPluginEnhancer |
configureCodeQualityExtension, configureExtension, createTaskEnhancer, createTemporaryFileSpec, enhance, getTaskClass, removeTestSourceSet |
class ProjectAware |
getProject |
Create an enhancer for the FindBugsPlugin.
pProject - The project in which the plugin should be enhanced.Configure the FindBugs extension with some opinionated defaults.