SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is default
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 6 | 8 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria | 8 |
org.oxerr.stubhub.client.inventory.InventorySearchCriteria
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.getCategoryIds() may expose internal representation by returning InventorySearchCriteria.categoryIds | MALICIOUS_CODE | EI_EXPOSE_REP | 48 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.getEventIds() may expose internal representation by returning InventorySearchCriteria.eventIds | MALICIOUS_CODE | EI_EXPOSE_REP | 40 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.getExcludeTags() may expose internal representation by returning InventorySearchCriteria.excludeTags | MALICIOUS_CODE | EI_EXPOSE_REP | 64 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.getIncludeTags() may expose internal representation by returning InventorySearchCriteria.includeTags | MALICIOUS_CODE | EI_EXPOSE_REP | 56 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.setCategoryIds(List) may expose internal representation by storing an externally mutable object into InventorySearchCriteria.categoryIds | MALICIOUS_CODE | EI_EXPOSE_REP2 | 52 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.setEventIds(List) may expose internal representation by storing an externally mutable object into InventorySearchCriteria.eventIds | MALICIOUS_CODE | EI_EXPOSE_REP2 | 44 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.setExcludeTags(List) may expose internal representation by storing an externally mutable object into InventorySearchCriteria.excludeTags | MALICIOUS_CODE | EI_EXPOSE_REP2 | 68 | Medium |
| org.oxerr.stubhub.client.inventory.InventorySearchCriteria.setIncludeTags(List) may expose internal representation by storing an externally mutable object into InventorySearchCriteria.includeTags | MALICIOUS_CODE | EI_EXPOSE_REP2 | 60 | Medium |
