public class SpotBugsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SpotBugsResult(int bugCount,
int missingClassCount,
int errorCount) |
SpotBugsResult(int bugCount,
int missingClassCount,
int errorCount,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBugCount() |
int |
getErrorCount() |
java.lang.Throwable |
getException() |
int |
getMissingClassCount() |