Whether FindBugs should analyze nested archives or not.
Whether FindBugs should analyze nested archives or not. Defaults to true.
The path to the classes to be analyzed.
The path to the classes to be analyzed. Defaults to target / classes.
The path to the classes not to be analyzed but referenced by analyzed ones.
The path to the classes not to be analyzed but referenced by analyzed ones. Defaults to dependencyClasspath in Compile.
Effort to put into the static analysis.
Effort to put into the static analysis. Defaults to ReportType.Medium.
Optional filter file XML content defining which bug instances to exclude in the static analysis.
Optional filter file XML content defining which bug instances to exclude in the static analysis.
None by default.
Optional filter file XML content defining which bug instances to include in the static analysis.
Optional filter file XML content defining which bug instances to include in the static analysis.
None by default.
Maximum amount of memory to allow for FindBugs (in MB).
Maximum amount of memory to allow for FindBugs (in MB).
Optionally, define which packages/classes should be analyzed (None by default)
Optionally, define which packages/classes should be analyzed (None by default)
Name of the report file to generate.
Name of the report file to generate. Defaults to "findbugs.xml"
Type of report to create.
Type of report to create. Defaults to ReportType.Xml.
Whether the reported bug instances should be sorted by class name or not.
Whether the reported bug instances should be sorted by class name or not. Defaults to false.
Output path for FindBugs reports.
Output path for FindBugs reports. Defaults to target / "findBugs".