api / org.gradle.api.plugins.quality / FindBugsExtension / setVisitors

setVisitors

open fun setVisitors(visitors: MutableCollection<String>): Unit

The bug detectors which should be run. The bug detectors are specified by their class names, without any package qualification. By default, all detectors which are not disabled by default are run.