SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.8.6
Threshold is medium
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
69 |
5 |
0 |
4 |
org.codehaus.mojo.spotbugs.BaseViolationCheckMojo
Bug |
Category |
Details |
Line |
Priority |
Method org.codehaus.mojo.spotbugs.BaseViolationCheckMojo.execute() is excessively complex, with a cyclomatic complexity of 51 |
STYLE |
CC_CYCLOMATIC_COMPLEXITY |
366 |
Medium |
Method org.codehaus.mojo.spotbugs.BaseViolationCheckMojo.execute() ignores return value of a non mutating method |
CORRECTNESS |
NPMC_NON_PRODUCTIVE_METHOD_CALL |
414 |
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 53 |
STYLE |
CC_CYCLOMATIC_COMPLEXITY |
1013 |
Medium |
org.codehaus.mojo.spotbugs.SpotbugsReportGenerator
Bug |
Category |
Details |
Line |
Priority |
Exception thrown in class org.codehaus.mojo.spotbugs.SpotbugsReportGenerator at new org.codehaus.mojo.spotbugs.SpotbugsReportGenerator(Sink, ResourceBundle, File, SiteTool) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. |
BAD_PRACTICE |
CT_CONSTRUCTOR_THROW |
182 |
Medium |
org.codehaus.mojo.spotbugs.XDocsReporter
Bug |
Category |
Details |
Line |
Priority |
Exception thrown in class org.codehaus.mojo.spotbugs.XDocsReporter at new org.codehaus.mojo.spotbugs.XDocsReporter(ResourceBundle, Log, String, String, String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. |
BAD_PRACTICE |
CT_CONSTRUCTOR_THROW |
72 |
Medium |