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 8 0 0

Files

Class Bugs
org.oxerr.vividseats.client.model.BrokerListing 6
org.oxerr.vividseats.client.model.v1.Update 2

org.oxerr.vividseats.client.model.BrokerListing

Bug Category Details Line Priority
org.oxerr.vividseats.client.model.BrokerListing.getAttributes() may expose internal representation by returning BrokerListing.attributes MALICIOUS_CODE EI_EXPOSE_REP 284 Medium
org.oxerr.vividseats.client.model.BrokerListing.getSeatNumbers() may expose internal representation by returning BrokerListing.seatNumbers MALICIOUS_CODE EI_EXPOSE_REP 252 Medium
org.oxerr.vividseats.client.model.BrokerListing.getTickets() may expose internal representation by returning BrokerListing.tickets MALICIOUS_CODE EI_EXPOSE_REP 292 Medium
org.oxerr.vividseats.client.model.BrokerListing.setAttributes(List) may expose internal representation by storing an externally mutable object into BrokerListing.attributes MALICIOUS_CODE EI_EXPOSE_REP2 288 Medium
org.oxerr.vividseats.client.model.BrokerListing.setSeatNumbers(List) may expose internal representation by storing an externally mutable object into BrokerListing.seatNumbers MALICIOUS_CODE EI_EXPOSE_REP2 256 Medium
org.oxerr.vividseats.client.model.BrokerListing.setTickets(List) may expose internal representation by storing an externally mutable object into BrokerListing.tickets MALICIOUS_CODE EI_EXPOSE_REP2 296 Medium

org.oxerr.vividseats.client.model.v1.Update

Bug Category Details Line Priority
org.oxerr.vividseats.client.model.v1.Update.getBarcode() may expose internal representation by returning Update.barcode MALICIOUS_CODE EI_EXPOSE_REP 157 Medium
org.oxerr.vividseats.client.model.v1.Update.setBarcode(List) may expose internal representation by storing an externally mutable object into Update.barcode MALICIOUS_CODE EI_EXPOSE_REP2 161 Medium