Package-level declarations
Types
Link copied to clipboard
The Confidence is used to specify the level to report bugs. Lower level contains more bugs reported. To include all bugs to your report, use LOW.
Link copied to clipboard
Link copied to clipboard
interface SpotBugsExtension
SpotBugsExtension is an extension used to set up the SpotBugs Gradle plugin. All properties in this extension act as default properties for all instances of SpotBugsTask are optional.
Link copied to clipboard
Link copied to clipboard
abstract class SpotBugsReport @Inject constructor(objects: ObjectFactory, task: SpotBugsTask) : SingleFileReport, CustomizableHtmlReport
Link copied to clipboard
This Gradle task runs the SpotBugs analysis. All properties are optional.