@CompileStatic class Spotbugs extends AbstractQualityFeature
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
String |
effort |
File |
excludeBugsFilterFile |
File |
excludeFilterFile |
Set<String> |
excludes |
List<String> |
extraArgs |
File |
includeFilterFile |
Set<String> |
includes |
List<String> |
jvmArgs |
List<String> |
omitVisitors |
String |
report |
String |
reportLevel |
boolean |
showProgress |
List<String> |
visitors |
Constructor and description |
---|
Spotbugs
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
exclude(String str) |
|
void |
include(String str) |
|
boolean |
isShowProgressSet() |
|
static void |
merge(Spotbugs o1, Spotbugs o2) |
|
void |
normalize() |
|
void |
setShowProgress(boolean showProgress) |
Methods inherited from class | Name |
---|---|
class AbstractQualityFeature |
excludeSourceSet, getIgnoreFailures, merge |
class AbstractAggregateFeature |
aggregate, aggregate, merge, toMap |
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation