FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Normal

Effort is Default

Summary

Classes Bugs Errors Missing Classes
270 1 0 0

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

Bug Category Details Line
org.springframework.osgi.web.deployer.internal.util.Utils.chainedWebClassLoaders(Class) creates a org.springframework.osgi.web.deployer.internal.util.ChainedClassLoader classloader, which should be performed within a doPrivileged block BAD_PRACTICE DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED 145