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
62 3 0 0

org.springframework.osgi.extender.internal.dependencies.shutdown.ComparatorServiceDependencySorter$TarganStronglyConnectedSorter

Bug Category Details Line Priority
org.springframework.osgi.extender.internal.dependencies.shutdown.ComparatorServiceDependencySorter$TarganStronglyConnectedSorter.computeServiceDependencyGraph() may expose internal representation by returning ComparatorServiceDependencySorter$TarganStronglyConnectedSorter.bundles MALICIOUS_CODE EI_EXPOSE_REP 103 Medium
new org.springframework.osgi.extender.internal.dependencies.shutdown.ComparatorServiceDependencySorter$TarganStronglyConnectedSorter(Bundle[]) may expose internal representation by storing an externally mutable object into ComparatorServiceDependencySorter$TarganStronglyConnectedSorter.sourcebundles MALICIOUS_CODE EI_EXPOSE_REP2 78 Medium

org.springframework.osgi.extender.support.ApplicationContextConfiguration

Bug Category Details Line Priority
org.springframework.osgi.extender.support.ApplicationContextConfiguration.getConfigurationLocations() may expose internal representation by returning ApplicationContextConfiguration.configurationLocations MALICIOUS_CODE EI_EXPOSE_REP 179 Medium