SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.7.3
Threshold is medium
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
67 | 2 | 0 | 4 |
Files
Class | Bugs |
---|---|
org.codehaus.mojo.spotbugs.BaseViolationCheckMojo | 1 |
org.codehaus.mojo.spotbugs.SpotBugsMojo | 1 |
org.codehaus.mojo.spotbugs.BaseViolationCheckMojo
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.codehaus.mojo.spotbugs.BaseViolationCheckMojo.execute() manually casts the right hand side of an assignment more specifically than needed | CORRECTNESS | OC_OVERZEALOUS_CASTING | 525 | Medium |
org.codehaus.mojo.spotbugs.SpotBugsMojo
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.codehaus.mojo.spotbugs.SpotBugsMojo.executeSpotbugs(File) is excessively complex, with a cyclomatic complexity of 62 | STYLE | CC_CYCLOMATIC_COMPLEXITY | 1136 | Medium |