FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
40 4 0 0

Files

Class Bugs
org.oxerr.chbtc.dto.Depth 4

org.oxerr.chbtc.dto.Depth

Bug Category Details Line Priority
org.oxerr.chbtc.dto.Depth.getAsks() may expose internal representation by returning Depth.asks MALICIOUS_CODE EI_EXPOSE_REP 23 Medium
org.oxerr.chbtc.dto.Depth.getBids() may expose internal representation by returning Depth.bids MALICIOUS_CODE EI_EXPOSE_REP 27 Medium
new org.oxerr.chbtc.dto.Depth(BigDecimal[][], BigDecimal[][]) may expose internal representation by storing an externally mutable object into Depth.asks MALICIOUS_CODE EI_EXPOSE_REP2 18 Medium
new org.oxerr.chbtc.dto.Depth(BigDecimal[][], BigDecimal[][]) may expose internal representation by storing an externally mutable object into Depth.bids MALICIOUS_CODE EI_EXPOSE_REP2 19 Medium