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
343 5 0 0

org.springframework.osgi.test.AbstractConfigurableBundleCreatorTests

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

org.springframework.osgi.test.internal.util.IOUtils

Bug Category Details Line
Dead store to success in org.springframework.osgi.test.internal.util.IOUtils.delete(File) STYLE DLS_DEAD_LOCAL_STORE 87

org.springframework.osgi.test.internal.util.jar.JarCreator

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