SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.5

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
7 3 0 0

Files

Class Bugs
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient 2
org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingsService 1

org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient

Bug Category Details Line Priority
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient.getCachedSellerListingsService() may expose internal representation by returning RedissonCachedViagogoClient.cachedSellerListingsService MALICIOUS_CODE EI_EXPOSE_REP 77 Medium
new org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient(ViagogoClient, RedissonCachedSellerListingsService) may expose internal representation by storing an externally mutable object into RedissonCachedViagogoClient.cachedSellerListingsService MALICIOUS_CODE EI_EXPOSE_REP2 67 Medium

org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingsService

Bug Category Details Line Priority
new org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingsService(SellerListingService, RedissonClient, String, Executor, ListingConfiguration, int, RetryConfiguration) may expose internal representation by storing an externally mutable object into RedissonCachedSellerListingsService.sellerListingsService MALICIOUS_CODE EI_EXPOSE_REP2 103 Medium