FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
5 2 0 0

org.apache.maven.plugin.deploy.DeployMojo

Bug Category Details Line Priority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.deploy.DeployMojo.deployProject(DeployRequest) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 219 Medium

org.apache.maven.plugin.deploy.HelpMojo

Bug Category Details Line Priority
org.apache.maven.plugin.deploy.HelpMojo.build() may fail to clean up java.io.InputStream EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION 68 Medium