A plugin for the FindBugs byte code analyzer.
Declares a findbugs configuration which needs to be configured with the FindBugs library to be used. Additional plugins can be added to the findbugsPlugins configuration.
For projects that have the Java (base) plugin applied, a FindBugs task is created for each source set.
Type | Name and description |
---|---|
protected void |
beforeApply() |
protected void |
configureForSourceSet(SourceSet sourceSet, FindBugs task) |
protected void |
configureTaskDefaults(FindBugs task, String baseName) |
protected CodeQualityExtension |
createExtension() |
protected Class<FindBugs> |
getTaskType() |
protected String |
getToolName() |