api / org.gradle.api.plugins.quality / FindBugsPlugin

FindBugsPlugin

open class FindBugsPlugin : AbstractCodeQualityPlugin

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.

See Also
FindBugsFindBugsExtension

Constructors

<init>

FindBugsPlugin()

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.

Properties

DEFAULT_FINDBUGS_VERSION

static val DEFAULT_FINDBUGS_VERSION: String