Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.4

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
69 4 0 4

Files

Class Bugs
org.codehaus.mojo.spotbugs.BaseViolationCheckMojo 1
org.codehaus.mojo.spotbugs.SpotBugsMojo 1
org.codehaus.mojo.spotbugs.SpotbugsReportGenerator 1
org.codehaus.mojo.spotbugs.XDocsReporter 1

org.codehaus.mojo.spotbugs.BaseViolationCheckMojo

Bug Category Details Line Priority
Method org.codehaus.mojo.spotbugs.BaseViolationCheckMojo.execute() ignores return value of a non mutating method CORRECTNESS NPMC_NON_PRODUCTIVE_METHOD_CALL 483 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 51 STYLE CC_CYCLOMATIC_COMPLEXITY 1099 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 267 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 92 Medium