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.examples.rest.PeatioTradeServiceExample | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.oxerr.peatio.examples.rest.PeatioTradeServiceExample.main(String[]) invokes inefficient new Long(String) constructor; use Long.valueOf(String) instead | PERFORMANCE | DM_NUMBER_CTOR | 33 | Medium |