SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
3 6 0 0

Files

Class Bugs
org.dynamoframework.mock.BaseCamelMockitoTest 6

org.dynamoframework.mock.BaseCamelMockitoTest

Bug Category Details Line Priority
org.dynamoframework.mock.BaseCamelMockitoTest.getExchange() may expose internal representation by returning BaseCamelMockitoTest.exchange MALICIOUS_CODE EI_EXPOSE_REP 58 Medium
org.dynamoframework.mock.BaseCamelMockitoTest.getMessage() may expose internal representation by returning BaseCamelMockitoTest.message MALICIOUS_CODE EI_EXPOSE_REP 62 Medium
org.dynamoframework.mock.BaseCamelMockitoTest.getOutMessage() may expose internal representation by returning BaseCamelMockitoTest.outMessage MALICIOUS_CODE EI_EXPOSE_REP 70 Medium
org.dynamoframework.mock.BaseCamelMockitoTest.setExchange(Exchange) may expose internal representation by storing an externally mutable object into BaseCamelMockitoTest.exchange MALICIOUS_CODE EI_EXPOSE_REP2 89 Medium
org.dynamoframework.mock.BaseCamelMockitoTest.setMessage(Message) may expose internal representation by storing an externally mutable object into BaseCamelMockitoTest.message MALICIOUS_CODE EI_EXPOSE_REP2 93 Medium
org.dynamoframework.mock.BaseCamelMockitoTest.setOutMessage(Message) may expose internal representation by storing an externally mutable object into BaseCamelMockitoTest.outMessage MALICIOUS_CODE EI_EXPOSE_REP2 101 Medium