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 |
|---|---|---|---|
| 9 | 6 | 0 | 0 |
Files
org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getCurrencyConversionOverrideResource() may expose internal representation by returning CXFStubHubClient.currencyConversionOverrideResource | MALICIOUS_CODE | EI_EXPOSE_REP | 69 | Medium |
| org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getDealResource() may expose internal representation by returning CXFStubHubClient.dealResource | MALICIOUS_CODE | EI_EXPOSE_REP | 73 | Medium |
| org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getEventResource() may expose internal representation by returning CXFStubHubClient.eventResource | MALICIOUS_CODE | EI_EXPOSE_REP | 77 | Medium |
| org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getHoldResource() may expose internal representation by returning CXFStubHubClient.holdResource | MALICIOUS_CODE | EI_EXPOSE_REP | 85 | Medium |
org.oxerr.stubhub.client.cxf.impl.inventory.InventoryExportIterator
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.oxerr.stubhub.client.cxf.impl.inventory.InventoryExportIterator(InventoryExportCriteria, InventoryResource) may expose internal representation by storing an externally mutable object into InventoryExportIterator.criteria | MALICIOUS_CODE | EI_EXPOSE_REP2 | 15 | Medium |
org.oxerr.stubhub.client.cxf.impl.inventory.InventorySearchIterator
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.oxerr.stubhub.client.cxf.impl.inventory.InventorySearchIterator(InventorySearchCriteria, InventoryResource) may expose internal representation by storing an externally mutable object into InventorySearchIterator.criteria | MALICIOUS_CODE | EI_EXPOSE_REP2 | 15 | Medium |
