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 |
|---|---|---|---|
| 343 | 5 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests | 2 |
| org.springframework.osgi.test.internal.util.IOUtils | 1 |
| org.springframework.osgi.test.internal.util.jar.JarCreator | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Write to static field org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests.jarSettings from instance method org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests.postProcessBundleContext(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 217 |
| Write to static field org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests.jarSettings from instance method org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests.postProcessBundleContext(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 219 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to success in org.springframework.osgi.test.internal.util.IOUtils.delete(File) | STYLE | DLS_DEAD_LOCAL_STORE | 87 |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.springframework.osgi.test.internal.util.jar.JarCreator.getContentPattern() may expose internal representation by returning JarCreator.contentPattern | MALICIOUS_CODE | EI_EXPOSE_REP | 291 |
| org.springframework.osgi.test.internal.util.jar.JarCreator.setContentPattern(String[]) may expose internal representation by storing an externally mutable object into JarCreator.contentPattern | MALICIOUS_CODE | EI_EXPOSE_REP2 | 301 |