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
22 13 0 0

Files

Class Bugs
org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient 3
org.oxerr.stubhub.client.cxf.impl.ClientFactory 1
org.oxerr.stubhub.client.cxf.impl.event.CXFEventService 2
org.oxerr.stubhub.client.cxf.impl.inventory.CXFInventoryService 2
org.oxerr.stubhub.client.cxf.impl.inventory.InventoryExportIterator 2
org.oxerr.stubhub.client.cxf.impl.inventory.InventorySearchIterator 2
org.oxerr.stubhub.client.cxf.impl.util.PageIterator$PageImpl 1

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 108 Medium
org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getDealResource() may expose internal representation by returning CXFStubHubClient.dealResource MALICIOUS_CODE EI_EXPOSE_REP 112 Medium
org.oxerr.stubhub.client.cxf.impl.CXFStubHubClient.getHoldResource() may expose internal representation by returning CXFStubHubClient.holdResource MALICIOUS_CODE EI_EXPOSE_REP 120 Medium

org.oxerr.stubhub.client.cxf.impl.ClientFactory

Bug Category Details Line Priority
new org.oxerr.stubhub.client.cxf.impl.ClientFactory(String, List, Consumer) may expose internal representation by storing an externally mutable object into ClientFactory.providers MALICIOUS_CODE EI_EXPOSE_REP2 22 Medium

org.oxerr.stubhub.client.cxf.impl.event.CXFEventService

Bug Category Details Line Priority
org.oxerr.stubhub.client.cxf.impl.event.CXFEventService.resource() may expose internal representation by returning CXFEventService.eventResource MALICIOUS_CODE EI_EXPOSE_REP 19 Medium
new org.oxerr.stubhub.client.cxf.impl.event.CXFEventService(EventResource) may expose internal representation by storing an externally mutable object into CXFEventService.eventResource MALICIOUS_CODE EI_EXPOSE_REP2 15 Medium

org.oxerr.stubhub.client.cxf.impl.inventory.CXFInventoryService

Bug Category Details Line Priority
org.oxerr.stubhub.client.cxf.impl.inventory.CXFInventoryService.resource() may expose internal representation by returning CXFInventoryService.inventoryResource MALICIOUS_CODE EI_EXPOSE_REP 20 Medium
new org.oxerr.stubhub.client.cxf.impl.inventory.CXFInventoryService(InventoryResource) may expose internal representation by storing an externally mutable object into CXFInventoryService.inventoryResource MALICIOUS_CODE EI_EXPOSE_REP2 16 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
new org.oxerr.stubhub.client.cxf.impl.inventory.InventoryExportIterator(InventoryExportCriteria, InventoryResource) may expose internal representation by storing an externally mutable object into InventoryExportIterator.inventoryResource MALICIOUS_CODE EI_EXPOSE_REP2 16 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
new org.oxerr.stubhub.client.cxf.impl.inventory.InventorySearchIterator(InventorySearchCriteria, InventoryResource) may expose internal representation by storing an externally mutable object into InventorySearchIterator.inventoryResource MALICIOUS_CODE EI_EXPOSE_REP2 16 Medium

org.oxerr.stubhub.client.cxf.impl.util.PageIterator$PageImpl

Bug Category Details Line Priority
org.oxerr.stubhub.client.cxf.impl.util.PageIterator$PageImpl.getItems() may expose internal representation by returning PageIterator$PageImpl.items MALICIOUS_CODE EI_EXPOSE_REP 88 Medium