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 | 4 | 0 | 0 |
Files
org.oxerr.vividseats.client.rescu.impl.RateLimiterInterceptor
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.oxerr.vividseats.client.rescu.impl.RateLimiterInterceptor(BandwidthsStore) may expose internal representation by storing an externally mutable object into RateLimiterInterceptor.store | MALICIOUS_CODE | EI_EXPOSE_REP2 | 22 | Medium |
org.oxerr.vividseats.client.rescu.impl.ResCUVividSeatsClient
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.oxerr.vividseats.client.rescu.impl.ResCUVividSeatsClient.getListingService() may expose internal representation by returning ResCUVividSeatsClient.listingService | MALICIOUS_CODE | EI_EXPOSE_REP | 136 | Medium |
org.oxerr.vividseats.client.rescu.impl.inventory.ListingServiceImpl
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.oxerr.vividseats.client.rescu.impl.inventory.ListingServiceImpl(Supplier, ListingResource, ListingResource) may expose internal representation by storing an externally mutable object into ListingServiceImpl.listingResource | MALICIOUS_CODE | EI_EXPOSE_REP2 | 27 | Medium |
new org.oxerr.vividseats.client.rescu.impl.inventory.ListingServiceImpl(Supplier, ListingResource, ListingResource) may expose internal representation by storing an externally mutable object into ListingServiceImpl.listingResourceV1 | MALICIOUS_CODE | EI_EXPOSE_REP2 | 26 | Medium |