SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.3

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
6 3 0 0

Files

Class Bugs
org.oxerr.seatgeek.client.cached.redisson.RedissonCachedListingService 1
org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient 2

org.oxerr.seatgeek.client.cached.redisson.RedissonCachedListingService

Bug Category Details Line Priority
new org.oxerr.seatgeek.client.cached.redisson.RedissonCachedListingService(ListingService, RedissonClient, String, Executor, boolean) may expose internal representation by storing an externally mutable object into RedissonCachedListingService.listingService MALICIOUS_CODE EI_EXPOSE_REP2 40 Medium

org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient

Bug Category Details Line Priority
org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient.getCachedListingService() may expose internal representation by returning RedissonCachedSeatGeekClient.cachedListingService MALICIOUS_CODE EI_EXPOSE_REP 67 Medium
new org.oxerr.seatgeek.client.cached.redisson.RedissonCachedSeatGeekClient(SeatGeekClient, RedissonCachedListingService) may expose internal representation by storing an externally mutable object into RedissonCachedSeatGeekClient.cachedListingService MALICIOUS_CODE EI_EXPOSE_REP2 57 Medium