FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes |
Bugs |
Errors |
Missing Classes |
18 |
8 |
0 |
0 |
org.oxerr.okcoin.websocket.dto.Candlestick
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.Candlestick shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.Candlestick |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
13-25 |
High |
org.oxerr.okcoin.websocket.dto.CandlestickChart
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.CandlestickChart shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.CandlestickChart |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
14-34 |
High |
org.oxerr.okcoin.websocket.dto.Depth
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.Depth shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.Depth |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
15-47 |
High |
org.oxerr.okcoin.websocket.dto.Funds
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.Funds shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.Funds |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
17-49 |
High |
org.oxerr.okcoin.websocket.dto.Info
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.Info shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.Info |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
11-16 |
High |
org.oxerr.okcoin.websocket.dto.Order
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.Order shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.Order |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
16-31 |
High |
org.oxerr.okcoin.websocket.dto.OrderResult
Bug |
Category |
Details |
Line |
Priority |
The class name org.oxerr.okcoin.websocket.dto.OrderResult shadows the simple name of the superclass org.oxerr.okcoin.rest.dto.OrderResult |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_SUPERCLASS |
13-33 |
High |
org.oxerr.okcoin.websocket.dto.TradesV1
Bug |
Category |
Details |
Line |
Priority |
org.oxerr.okcoin.websocket.dto.TradesV1.getTrades() may expose internal representation by returning TradesV1.trades |
MALICIOUS_CODE |
EI_EXPOSE_REP |
63 |
Medium |