The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.oxerr.chbtc.dto.Depth | 4 |
| 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 |