The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.oxerr.peatio.websocket.dto.Order | 1 |
org.oxerr.peatio.websocket.dto.Trade | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name org.oxerr.peatio.websocket.dto.Order shadows the simple name of the superclass org.oxerr.peatio.rest.dto.Order | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 12-35 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name org.oxerr.peatio.websocket.dto.Trade shadows the simple name of the superclass org.oxerr.peatio.rest.dto.Trade | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 16-40 | High |