The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
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 |
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 |
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 | 283 | Low |