The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 278 | 1 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.springframework.osgi.web.deployer.internal.util.Utils | 1 |
| 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 |