FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
21 7 0 0

org.springframework.osgi.web.deployer.internal.util.JasperUtils

Bug Category Details Line Priority

org.springframework.osgi.web.deployer.internal.util.Utils

Bug Category Details Line Priority
org.springframework.osgi.web.deployer.internal.util.Utils.unpackBundle(Bundle, File) ignores exceptional return value of java.io.File.mkdirs() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 74 Medium

org.springframework.osgi.web.deployer.jetty.JettyWarDeployer

Bug Category Details Line Priority
org.springframework.osgi.web.deployer.jetty.JettyWarDeployer.unpackBundle(Bundle, WebAppContext) ignores exceptional return value of java.io.File.delete() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 280 Medium
org.springframework.osgi.web.deployer.jetty.JettyWarDeployer.unpackBundle(Bundle, WebAppContext) ignores exceptional return value of java.io.File.mkdir() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 281 Medium

org.springframework.osgi.web.deployer.tomcat.TomcatWarDeployer

Bug Category Details Line Priority
org.springframework.osgi.web.deployer.tomcat.TomcatWarDeployer.createDocBase(Bundle, String) ignores exceptional return value of java.io.File.delete() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 201 Medium
org.springframework.osgi.web.deployer.tomcat.TomcatWarDeployer.createDocBase(Bundle, String) ignores exceptional return value of java.io.File.mkdir() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 202 Medium