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
11 6 0 0

Files

Class Bugs
org.oxerr.viagogo.client.cached.redisson.RedissonCachedViagogoClient 2
org.oxerr.viagogo.client.cached.redisson.inventory.RedissonCachedSellerListingService 1
org.oxerr.viagogo.client.cached.redisson.inventory.ViagogoCachedListing 3

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

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

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

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

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

Bug Category Details Line Priority
org.oxerr.viagogo.client.cached.redisson.inventory.ViagogoCachedListing.getEvent() may expose internal representation by returning ViagogoCachedListing.event MALICIOUS_CODE EI_EXPOSE_REP 37 Medium
new org.oxerr.viagogo.client.cached.redisson.inventory.ViagogoCachedListing(ViagogoCachedEvent, CreateSellerListingRequest, Status) may expose internal representation by storing an externally mutable object into ViagogoCachedListing.event MALICIOUS_CODE EI_EXPOSE_REP2 32 Medium
org.oxerr.viagogo.client.cached.redisson.inventory.ViagogoCachedListing.setEvent(ViagogoCachedEvent) may expose internal representation by storing an externally mutable object into ViagogoCachedListing.event MALICIOUS_CODE EI_EXPOSE_REP2 41 Medium