FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
14 4 0 0

de.smartics.properties.spi.config.cache.guava.GuavaCacheManager$2

Bug Category Details Line Priority
The class de.smartics.properties.spi.config.cache.guava.GuavaCacheManager$2 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 146-152 Low

de.smartics.properties.spi.config.cache.guava.GuavaCacheManager$3

Bug Category Details Line Priority
The class de.smartics.properties.spi.config.cache.guava.GuavaCacheManager$3 could be refactored into a named _static_ inner class PERFORMANCE SIC_INNER_SHOULD_BE_STATIC_ANON 161-166 Low

de.smartics.properties.spi.config.cache.infinispan.AbstractInfinispanCompoundKeyCacheManager

Bug Category Details Line Priority
Redundant nullcheck of inMemoryCacheNames, which is known to be non-null in de.smartics.properties.spi.config.cache.infinispan.AbstractInfinispanCompoundKeyCacheManager.getCacheNames() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 288 Low
Unread field: de.smartics.properties.spi.config.cache.infinispan.AbstractInfinispanCompoundKeyCacheManager.manager PERFORMANCE URF_UNREAD_FIELD 98 Low